to change the zombie models (bots & humans)
edit the
zp_zombieclasses.ini.
example:
Code:
[Classic Zombie]
NAME = Alien
INFO = =Balanced=
MODELS = Alien
CLAWMODEL = v_alienclaws.mdl
HEALTH = 1800
SPEED = 190
GRAVITY = 1.00
KNOCKBACK = 1.00
[Raptor Zombie]
NAME = Predator
INFO = HP-- Speed++ Knockback++
MODELS = Predator
CLAWMODEL = v_Predatorclaws.mdl
HEALTH = 900
SPEED = 225
GRAVITY = 1.00
KNOCKBACK = 1.50
ps. read all the zombie configuration files to understand

.
__________________