GetOfficerSuspendedByStateId
Check if an officer is suspended using their state id.
local suspended = exports.drx_mdt:GetOfficerSuspendedByStateId(stateid)
Paramters:
stateid
(string
): The state id of the officer.
Returns:
suspended
(boolean
): Returnstrue
if the officer is suspended, otherwisefalse
.
Last updated
Was this helpful?