🟦sam.Player.get_rank

sam.Player.get_rank( string steamid64, function callback )

Description

Get a player's rank through his SteamID64.

Aguments

  1. string steamid64

  2. function callback

    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