crxranks_is_xpn_enabled
Checks if the XP notifier system is enabled.
Syntax
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. */ native crxranks_set_user_xp(id, amount, CRXRanks_XPSources:source = CRXRANKS_XPS_PLUGIN) /** * Checks if the plugin's option to use combined events is enabled. * * @return True if it is, false otherwise. */ native bool:crxranks_using_combined_events()
Return
True — if it is, false otherwise.
Defined in
crxranks.inc
at line 277
.
This documentation was automatically generated from source.