sam.Player.get_rank( string steamid64, function callback )
Get a player's rank through his SteamID64.
function to call when the player's rank has been retrieved from the Database
string rank
sam.Player.get_rank("76561198261855442", function(rank) print(rank) end)
Last updated 1 year ago