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.
stateid
string
Returns:
exists (boolean): Returns true if the officer exists, otherwise false.
exists
boolean
true
false
Last updated 8 months ago