crxranks_get_user_next_xp
Returns the XP needed for the client to reach the next level.
Syntax
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. * * @param buffer Buffer to store the vault name in. * @param len Maximum buffer length. * @noreturn */ native crxranks_get_vault_name(buffer[], len) /**
Usage
| id | Client index. |
Return
XP — needed for the client to reach the next level.
Defined in
crxranks.inc
at line 143
.
This documentation was automatically generated from source.