kz_get_user_vip

Get Player Vip

Syntax

native kz_get_user_vip(id) /** * Set player OverTime Round Msg * * @param id ID of Kz Player * @param message[] Const Msg to show for the player * @param any Float, Sql, Integer, etc... * */ native kz_set_hud_overtime(id, const message[], {Float,Sql,Result,_}:...) /** * Register new Item for the MainMenu of the plugin * * @param itemname[] Const Item Name to show in the menu * @param itemaccess[] Const Item Access * * @Return Nє of Item Integer * */ 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

Usage

id ID of Kz Player
Defined in kzarg.inc at line 92 . This documentation was automatically generated from source.