🟦sam.Player.get_rank
Description
Get a player's rank through his SteamID64.
Aguments
- string steamid64
Example
sam.Player.get_rank("76561198261855442", function(rank)
print(rank)
end)
Last updated
Was this helpful?
Get a player's rank through his SteamID64.
sam.Player.get_rank("76561198261855442", function(rank)
print(rank)
end)
Last updated
Was this helpful?