GetOfficerFiredByStateId
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.
Returns:
fired
(boolean
): Returnstrue
if the officer is fired, otherwisefalse
.
Last updated
Was this helpful?