AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   problem with zombies HP? (https://forums.alliedmods.net/showthread.php?t=245453)

Maj. Stoyan 08-02-2014 07:35

problem with zombies HP?
 
Hello, today after I put 4.3 fix5, the blood of zombies in the game in different files, so in. SMA file zombie classes I wrote a while in game says something completely different .

Look this:
Code:

// Classic Zombie Attributes
new const zclass1_name[] = { "Classic" }
new const zclass1_info[] = { "2700HP" }
new const zclass1_model[] = { "brs_j_zpp" }
new const zclass1_clawmodel[] = { "ayo_hunter_hands.mdl" }
const zclass1_health = 2700
const zclass1_speed = 230
const Float:zclass1_gravity = 0.90
const Float:zclass1_knockback = 0.0

And this:
http://prikachi.com/images/962/7510962Q.jpg


Compiling the plugin several times, and again does not work. Now on to tell me that once the compile is placed in the plugins folder, I know that. I do not understand why blood is different from that which I have indicated in the file?

Just4Games 08-02-2014 07:59

Re: problem with zombies HP?
 
Check in the configs file for:
Code:

zp_zombieclasses.ini
Open it and delete everything, start your server and see :)

Egan 08-02-2014 08:01

Re: problem with zombies HP?
 
first zombie seems to be getting 2x health hmm ?

ghostz0r 08-02-2014 08:04

Re: problem with zombies HP?
 
edit in zp_zombieclasses.ini

Just4Games 08-02-2014 08:04

Re: problem with zombies HP?
 
Quote:

Originally Posted by Egan (Post 2177803)
first zombie seems to be getting 2x health hmm ?

Or this LOL

Maj. Stoyan 08-02-2014 08:43

Re: problem with zombies HP?
 
Quote:

Originally Posted by Egan (Post 2177803)
first zombie seems to be getting 2x health hmm ?

All zombies ..

Egan 08-02-2014 09:16

Re: problem with zombies HP?
 
Quote:

Originally Posted by Just4Games (Post 2177806)
Or this LOL

well it made perfect sense to me :d

zp_zombie_first_hp_multiplier "2"
or
zp_zombie_first_hp "2"

2700x2 = 5400 :[

-----------------------------

have you tried giving it another value for the class hp ? some lets say 2000. and like Just4Games said you might want to check zp_zombieclass.ini

Maj. Stoyan 08-02-2014 10:15

Re: problem with zombies HP?
 
Quote:

Originally Posted by Egan (Post 2177827)
well it made perfect sense to me :d

zp_zombie_first_hp_multiplier "2"
or
zp_zombie_first_hp "2"

2700x2 = 5400 :[

-----------------------------

have you tried giving it another value for the class hp ? some lets say 2000. and like Just4Games said you might want to check zp_zombieclass.ini

Thank you man .. :*


All times are GMT -4. The time now is 11:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.