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')
endLast updated
Was this helpful?