crxranks_get_user_next_rank

Returns the client's next rank.

Syntax

native crxranks_get_user_next_rank(id, buffer[], len) /** * Returns the XP needed for the client to reach the next level. * * @param id Client index. * @return XP needed for the client to reach the next level. */ native crxranks_get_user_next_xp(id) /** * Returns the client's current rank. * * @param id Client index. * @param buffer Buffer to store the rank name in. * @param len Maximum buffer length. * @noreturn */ native crxranks_get_user_rank(id, buffer[], len) /** * Returns the amount of XP that the client has. * * @param id Client index. * @return Client's current XP. */ native crxranks_get_user_xp(id) /** * Returns the vault name set in the plugin's configuration file.

Usage

id Client index.
buffer Buffer to store the rank name in.
len Maximum buffer length.

Return

This function has no return value.

Defined in crxranks.inc at line 135 . This documentation was automatically generated from source.