[ZP] Zombie Class: Suicide Zombie
Description:
- this is a Zombie Class With the skill of committing suicide to kill human
Cvars:
zp_suicide_respawn "0" // Enable Respawn Zombie
zp_suicide_respawn_time "60.0" // Respawn Time
zp_suicide_radius "90.0" // Explode Radius
zp_suicide_explobody "1" // Explode Body in bones
zp_suicide_explotime "3" // Explode Time (bartime)
zp_suicide_reward "3" // Ammo Packs Reward
zp_suicide_reward_enable "1" // Enable Ammo Packs Reward
zp_suicide_rewarddmg 1 //How much ammo packs suicider gets for done DMG to survivor
zp_suicide_survdamage 200 //DMG done to survivor by explode
Customizations:
PHP Code:
new const zclass_name[] = { "Suicide Zombie" } // Name
new const zclass_info[] = { "Cant Explode Killing Humans" } // Description
new const zclass_model[] = { "suicide_zm" } // Player Model
new const zclass_clawmodel[] = { "v_suicidezm" } // Zombie Claws
const zclass_health = 800 // health
const zclass_speed = 200 // speed
const Float:zclass_gravity = 0.6 // gravity
const Float:zclass_knockback = 0.6 //knockback
new const EXPLO_SPRITE[] = "sprites/zerogxplode.spr" // Explode Sprite
Screenshots:
BarTime =
http://img267.**************/img267/3301/test1tz.jpg
Killing Enemy =
http://img35.**************/img35/4453/test2on.jpg
Credits:
frk_14 = model
GAARA54 = v_model
Artos = add Damage Survivor
Changelog:
Code:
v1.0 = public release
v1.1 = add Damage Survivor
Have Fun ;)