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
): Returnstrue
if the officer exists, otherwisefalse
.
Last updated
Was this helpful?