crxranks_is_user_vip
Checks if the client is VIP according to the VIP flags set in the plugin's configuration file.
Syntax
native bool:crxranks_is_user_vip(id) /** * Checks if the plugin is using MySQL to save/load XP. * * @return True if it is, false otherwise. */ native bool:crxranks_is_using_mysql() /** * Checks if the XP notifier system is enabled. * * @return True if it is, false otherwise. */ native bool:crxranks_is_xpn_enabled() /** * Checks if the XP notifier system is using DHUD messages. * * @return True if it is, false otherwise. */ native bool:crxranks_is_xpn_using_dhud() /** * Sets the exact amount of XP that th client has. * * @param id Client index. * @param amount XP amount. * @param source XP source. * @return Amount of XP given.
Usage
| id | Client index. |
Return
True — if he is, false otherwise.
Defined in
crxranks.inc
at line 263
.
This documentation was automatically generated from source.