AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   How to change zombie models in 4.1 (https://forums.alliedmods.net/showthread.php?t=82173)

ArnuxaS 12-18-2008 12:37

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 ?

SnoW 12-18-2008 12:39

Re: How to change zombie models in 4.1
 
Change the model names in the sma.

xPaw 12-18-2008 12:40

Re: How to change zombie models in 4.1
 
Quote:

Originally Posted by SnoW (Post 729405)
You can name your new models the same names that the original models have. Second way is change the names in the sma.

Edited.

SnoW 12-18-2008 12:42

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

ArnuxaS 12-18-2008 12:43

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

xPaw 12-18-2008 12:45

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.

ArnuxaS 12-18-2008 12:49

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

SnoW 12-18-2008 13:17

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.