zv_items_register
No description available for this symbol.
Syntax
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 | — |
| cost | — |
Defined in
zm_vip.inc
at line 142
.
This documentation was automatically generated from source.