crxranks_set_user_xp
Sets the exact amount of XP that th client has.
Syntax
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()
Usage
| id | Client index. |
| amount | XP amount. |
| source | XP source. |
Return
Amount — of XP given.
Defined in
crxranks.inc
at line 294
.
This documentation was automatically generated from source.