GetOfficerExists


Check if an officer exists in the MDT given by their state id.

local exists = exports.drx_mdt:GetOfficerExists(stateid)

Paramters:

  • stateid (string): The state id of the officer.

Returns:

  • exists (boolean): Returns true if the officer exists, otherwise false.

Last updated

Was this helpful?