rsu_get_max_server_ranks
Returns the maximum amount of server ranks.
Syntax
native rsu_get_max_server_ranks() /** * Gives specific amount of XP to the client. * * @param index Client index. * @param amount XP amount. * @return Amount of XP. * */ native rsu_give_user_xp(index, amount = 0) /** * Gives specific amount of XP to the specific team. * * @param team 0 - None, 1 - Terrorists, 2 - CTs, 3 - Spectators * @param amount XP amount. * @return Amount of XP. * */ native rsu_give_team_xp(team = 0, amount = 0) /** * Checks if client's stats are loaded. * * @param index Client index. * @return True if client's stats are loaded, false otherwise. * */ native rsu_is_level_loaded(index)
Return
Maximum — amount of server ranks.
Defined in
ranksultimate.inc
at line 237
.
This documentation was automatically generated from source.