zv_get_extra_item_id

No description available for this symbol.

Syntax

native zv_get_extra_item_id(const name[]) forward zv_extra_item_selected(id, itemid) native zv_register_extra_item(const name[], const description[], cost, team) native zv_register_extra_item2(const name[], cost, teams) native zv_register_zombie_class(const name[], const info[], const model[], const clawmodel[], hp, speed, Float:gravity, Float:knockback) #define zp_force_buy_extra_item zv_force_buy_extra_item #define zp_get_extra_item_id zv_get_extra_item_id #define zp_extra_item_selected zv_extra_item_selected #define zp_register_extra_item zv_register_extra_item2 #define zp_register_zombie_class zv_register_zombie_class #endif #if !(defined ZM_VIP_DISABLE_AUTO_CONVERT) && defined _zp50_items_included native zv_items_register(const name[], cost) #define zp_items_register zv_items_register #endif #if !(defined ZM_VIP_DISABLE_AUTO_CONVERT) && defined _zp50_class_zombie_included native zv_class_zombie_register(const name[], const description[], health, Float:speed, Float:gravity) #define zp_class_zombie_register zv_class_zombie_register #endif #if !(defined ZM_VIP_DISABLE_AUTO_CONVERT) && defined _zp50_class_human_included native zv_class_human_register(const name[], const description[], health, Float:speed, Float:gravity) #define zp_class_human_register zv_class_human_register #endif #if !(defined _zp50_items_included) && !(defined _zombieplague_included) && !(defined _zp50_class_zombie_included) && !(defined _zp50_class_human_included) && !(defined ZM_VIP_DISABLE_AUTO_CONVERT) #error "Unknown plugin type. ZM VIP can't do anything with this plugin, or #include <zm_vip> is not at the end of other includes. Plugin should be zombie/human class or extra item" #endif

Usage

name
Defined in zm_vip.inc at line 130 . This documentation was automatically generated from source.