Cod: // Zombie Mod zombie_swarm 1 zs_health 150 : Health of zombies zs_armour 150 : Armour of zombies zs_speed 280 : Speed of zombies
; The lighting of the map: zs_lightning 0 : 0 = Normal day light / 1 = Lightning / 2 = Darkness (Not pitch black)
; If zombies can leap: zs_leap 1 : 1 = On /0 = Off / 1 = Lightning
; Extra cash for humans: zs_money 10000
;The needed damage to make a humans screen go fuzzy: zs_zdmg 50
; Ammo system: zs_ammo 2 : 0 = Default CS / 1 = Unlimited ammo with reload / 2 = Unlimited ammo without reload
; Restrict night vision for humans: zs_nvg 1 : 0 = Don't restrict / 1 = Restrict |