View Single Post
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 02-13-2010 , 15:33   Re: Zombie Plague 4.3 + New Modes [Assassin And Sniper]
Reply With Quote #7

you can change this
PHP Code:
if (g_sniper[attacker])
{
      new 
weapon get_user_weapon(attacker)
      if (
weapon == CSW_AWP)
      {
          
SetHamParamFloat(4get_pcvar_float(cvar_sniperdamage))
      }

for this

PHP Code:
if (g_sniper[attacker] && get_user_weapon(attacker) == CSW_AWP)
               
damage*= 500 
Obviously in takedamage
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.

Last edited by lucas_7_94; 02-13-2010 at 15:36.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94