GetPlayerFullNameByStateId
Retrieve a player's full name using their state id.
local fullname = exports.drx_mdt:GetPlayerFullNameByStateId(stateid)Paramters:
stateid(string): The state id of the player.
Returns:
fullname(string): The full name of the player (e.g., "John Doe"). Returns"Unknown"if not found.
Last updated
Was this helpful?