kz_mainmenu_item_register
Register new Item for the MainMenu of the plugin
Syntax
native kz_mainmenu_item_register(const itemname[], const itemaccess[]) /** * Register new Item for the Rewards Menu when finish the map * * @param itemname[] Const Item Name to show in the menu * @param itemaccess[] Const Item Access * * @Return Nє of Item Integer * */ native kz_rewards_item_register(const itemname[], const itemaccess[]) /** * Get Player Team * * @param id ID of Kz Player * * @Return N of Team Integer * */ native kz_get_user_team(id) /** * Set Player Team * * @param id ID of Kz Player * @param team Nє of Team * * @Return 1 Is the team is correct
Usage
| itemname | — |
| itemaccess | — |
Defined in
kzarg.inc
at line 113
.
This documentation was automatically generated from source.