Last updated 2 years ago
Was this helpful?
sam.Player.get_rank( steamid64, callback )
Get a player's rank through his SteamID64.
function to call when the player's rank has been retrieved from the Database
rank
sam.Player.get_rank("76561198261855442", function(rank) print(rank) end)