🟦sam.Player.get_rank

sam.Player.get_rank( stringarrow-up-right steamid64, functionarrow-up-right callback )

Description

Get a player's rank through his SteamID64.

Aguments

  1. function to call when the player's rank has been retrieved from the Database

Example

sam.Player.get_rank("76561198261855442", function(rank)
    print(rank)
end)

Last updated