We respect your privacy. Please consent to all cookies when you visit our website. Refer to our "Privacy Policy" for more information on how we handle personal data.

Cs 1.6 Zombie Plugins Access

#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"

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

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