GetPlayerFullNameByStateId
Retrieve a player's full name using their state id.
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?