AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie Plague Mod (https://forums.alliedmods.net/forumdisplay.php?f=126)
-   -   ZP 5.0 nemesis damage (https://forums.alliedmods.net/showthread.php?t=262859)

Fresh522 05-14-2015 04:02

ZP 5.0 nemesis damage
 
Guys i need help how can i make nemesis in zp 5.0 to take 250 damage with first and secondary attack ? :grrr:

leonsi 05-14-2015 07:24

Re: ZP 5.0 nemesis damage
 
open zp50_class_nemesis.sma then change nemesis cvar damage to : cvar_nemesis_damage = register_cvar("zp_nemesis_damage", "250")
than you have to change
PHP Code:

 // Set nemesis damage
            
SetHamParamFloat(4damage get_pcvar_float(cvar_nemesis_damage)) 

to
PHP Code:

// Set nemesis damage
            
SetHamParamFloat(4get_pcvar_float(cvar_nemesis_damage)) 


Fresh522 05-14-2015 14:19

Re: ZP 5.0 nemesis damage
 
Thank you +1 :wink:


All times are GMT -4. The time now is 10:00.

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