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): Returns true if the officer is fired, otherwise false.

Last updated

Was this helpful?