zv_class_zombie_register

No description available for this symbol.

Syntax

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
description
health
speed
gravity
Defined in zm_vip.inc at line 146 . This documentation was automatically generated from source.