GetOfficerClockedIn
Returns wether the officer is clocked in or not
---@param source number
exports.drx_mdt:GetOfficerClockedIn()
Example
local function getOfficerClockedIn(source)
local clockStatus = exports.drx_mdt:GetOfficerClockedIn(source)
end
Last updated
Was this helpful?