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

Last updated

Was this helpful?