rsm_get_user_skill_range

Returns the client's skill range.

Syntax

native rsm_get_user_skill_range(index) /** * Returns the client's server rank. * * @param index Client's index. * @return Client's server rank. * */ native rsm_get_user_server_rank(index) /** * Returns the maximum amount of levels. * * @return Maximum amount of levels. * */ native rsm_get_max_levels() /** * Returns the maximum amount of server ranks. * * @return Maximum amount of server ranks. * */ native rsm_get_max_server_ranks() /** * Gives specific amount of XP to the client. *

Usage

index Client's index.

Return

Client's skill range.

Defined in ranksmysql.inc at line 162 . This documentation was automatically generated from source.