GetIdentifierByStateId
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.
Returns:
identifier
(string
ornil
): The identifier string if found, otherwise nil.
Last updated
Was this helpful?