aes_add_player_bonus
No description available for this symbol.
Syntax
native aes_add_player_bonus(id,bonus) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_get_player_*() instead. #endif native aes_get_player_stats(id,data[4]) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_set_player_*() instead. #endif native aes_set_player_stats(id,stats[3]) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_get_exp_level() instead. #endif native aes_get_level_for_exp(exp) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_get_level_reqexp() instead. #endif native aes_get_exp_to_next_level(lvl) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_find_stats_thread() instead. #endif native Array:aes_get_stats(Array:trackIds) #if AMXX_VERSION_NUM >= 183 #pragma deprecated Use aes_get_exp_for_stats_f() instead. #endif
Usage
| id | — |
| bonus | — |
Defined in
aes_main.inc
at line 30
.
This documentation was automatically generated from source.