GetPlateFlagged
Get a vehicles flag state
---@param plate string
---@return boolean
exports.drx_mdt:GetPlateFlagged()
Example
local function getPlateFlagged()
local flagged = exports.drx_mdt:GetPlateFlagged('123456')
end
Last updated
Was this helpful?