crxranks_get_user_hudinfo
Returns the client's HUD information.
Syntax
native crxranks_get_user_hudinfo(id, buffer[], len) /** * Returns the client's current level. * * @param id Client index. * @return Client's current level. */ native crxranks_get_user_level(id) /** * Returns the client's next rank. * * @param id Client index. * @param buffer Buffer to store the rank name in. * @param len Maximum buffer length. * @noreturn */ 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.
Usage
| id | Client index. |
| buffer | Buffer to store the HUD information in. |
| len | Maximum buffer length. |
Return
This function has no return value.
Defined in
crxranks.inc
at line 117
.
This documentation was automatically generated from source.