Check if an officer is fired using their state id.
local fired = exports.drx_mdt:GetOfficerFiredByStateId(stateid)
Paramters:
stateid (string): The state id of the officer.
stateid
string
Returns:
fired (boolean): Returns true if the officer is fired, otherwise false.
fired
boolean
true
false
Last updated 8 months ago