GetStateIdBySource
Retrieve a player's state id using their server ID (source
).
local stateid = exports.drx_mdt:GetStateIdBySource(source)
Paramters:
source
(number
): The server ID.
Returns:
stateid
(string
ornil
): The state id if found, otherwisenil
.
Last updated
Was this helpful?