My Cart $-.--
Shop by Category
Quick Order
0
cs 1.6 zombie plugins

Cs 1.6 Zombie Plugins Best Review

#include <amxmodx> #include <zombieplague> new const zclass_name[] = "Wraith Zombie" new const zclass_desc[] = "Fast, low health" new const zclass_model[] = "wraith_zombie" new const zclass_clawmodel[] = "v_knife_zombie.mdl"

// Zombie settings zp_zombie_health 1500 zp_zombie_armor 100 zp_zombie_speed 270 zp_knockback_power 2.5 cs 1.6 zombie plugins

public plugin_precache() { precache_model("models/player/wraith_zombie/wraith_zombie.mdl") } cs 1.6 zombie plugins