Hello, i am using 4.3 patched Version from here. And i have a problem. i tried to change es Example the Big Zombie.
zp_zombieclasses.ini:
Код
[Big Zombie]
NAME = Big Zombie
INFO = HP++ Speed- Knockback--
MODELS = zombie_source
CLAWMODEL = v_knife_zombie.mdl
HEALTH = 2700
SPEED = 155
GRAVITY = 1.00
KNOCKBACK = 0.50
--->>
Код
NAME = Big Zombie
INFO = HP++ Speed- Knockback--
MODELS = big_zombie
CLAWMODEL = v_knife_zombie_big.mdl
HEALTH = 2700
SPEED = 155
GRAVITY = 1.00
KNOCKBACK = 0.50
In that time i created a folder in models/player/big_zombie/big_zombie.mdl
in that time i added v_knife_zombie_big.mdl to models/zombie_plague/v_knife_zombie_big.mdl
after it i restarted server. The Hands are working but the Main Model dont work. It give me all the time zombie_source model. i checked the cfg files.
zp_zombie_classes 1 // Enable zombie classes
zombieplaque.ini:
SAME MODELS FOR ALL = 0
ZOMBIE = zombie_source
After this try dont work. Then i edit the zp_zclasses40.sma
Код
// Big Zombie Attributes
new const zclass4_name[] = { "Big Zombie" }
new const zclass4_info[] = { "HP++ Speed- Knockback--" }
new const zclass4_model[] = { "big_zombie" }
new const zclass4_clawmodel[] = { "v_knife_zombie_big.mdl" }
const zclass4_health = 2700
const zclass4_speed = 155
const Float:zclass4_gravity = 1.0
const Float:zclass4_knockback = 0.5
compiled and added. Again Restart Server. But nothing helps. What can i do ...
I am using ReHLDS .