Get a player's identifier using their state id.
local identifier = exports.drx_mdt:GetIdentifierByStateId(stateid)
Paramters:
stateid (string): The state id of the player.
stateid
string
Returns:
identifier (string or nil): The identifier string if found, otherwise nil.
identifier
nil
Last updated 8 months ago