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.
stateid
string
Returns:
suspended (boolean): Returns true if the officer is suspended, otherwise false.
suspended
boolean
true
false
Last updated 8 months ago