rsu_get_user_server_rank

Returns the client's server rank.

Syntax

native rsu_get_user_server_rank(index) /** * Returns the maximum amount of levels. * * @return Maximum amount of levels. * */ native rsu_get_max_levels() /** * Returns the maximum amount of server ranks. * * @return Maximum amount of server ranks. * */ 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.

Usage

index Client's index.

Return

Client's server rank.

Defined in ranksultimate.inc at line 221 . This documentation was automatically generated from source.