How to change zombie models in 4.1
So i am tryng to change zombie models in Zombie plague 4.1 version but they dont change just using zombie source so whata hell how to fix that ore somthing ?
|
Re: How to change zombie models in 4.1
Change the model names in the sma.
|
Re: How to change zombie models in 4.1
Quote:
|
Re: How to change zombie models in 4.1
What's the purpose of that post? Like "You edited your message, why you did it, WHY?!?!" : O
|
Re: How to change zombie models in 4.1
i have 5 clases of zombies i want to make them difrent models how to do that cose did like we say
// Classic Zombie Attributes new const zclass1_name[] = { "Classic Zombie" } new const zclass1_info[] = { "=Balanced=" } new const zclass1_model[] = { "zombie_source" } new const zclass1_clawmodel[] = { "v_knife_zombie.mdl" } const zclass1_health = 1800 const zclass1_speed = 190 const Float:zclass1_gravity = 1.0 const Float:zclass1_knockback = 1.0 Changed // Classic Zombie Attributes new const zclass1_name[] = { "Classic Zombie" } new const zclass1_info[] = { "=Balanced=" } new const zclass1_model[] = { "zombie_fat" } new const zclass1_clawmodel[] = { "v_knife_zombie.mdl" } const zclass1_health = 1800 const zclass1_speed = 190 const Float:zclass1_gravity = 1.0 const Float:zclass1_knockback = 1.0 dont show nothing aded models evrything but not showing |
Re: How to change zombie models in 4.1
because if he rename own models into standart, all players who joining server and already dled models will get error like: Your model [blabal] is different from the server. or something like this.
|
Re: How to change zombie models in 4.1
so how the F i need to add can u explane me how to do exakly
|
Re: How to change zombie models in 4.1
Aa, ofc. Ye just like you did.
|
| All times are GMT -4. The time now is 09:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.