Retrieve a player's state id using their server ID (source).
source
local stateid = exports.drx_mdt:GetStateIdBySource(source)
Paramters:
source (number): The server ID.
number
Returns:
stateid (string or nil): The state id if found, otherwise nil.
stateid
string
nil
Last updated 8 months ago