πŸŸͺSAM.Player.Rank.Changed_STEAMID64

SAM.Player.Rank.Changed_STEAMID64( string steamid64, string new_rank, string old_rank, number expiry_date )

Description

Called after a player's rank has been changed using his SteamID64.

Aguments

  1. string steamid64

  2. string new_rank

  3. string old_rank

    can be false if player has never been on the server

  4. number expiry_date

    expiry date is in unix time, 0 = indefinitely

Last updated