View Single Post
Zenith77
Veteran Member
Join Date: Aug 2005
Old 09-17-2007 , 17:05   Re: GasNades (aka smokegrenades make players gasp/loose HP)
Reply With Quote #3

Code looks good. From the other thread it appears it works. Approved.

As a side note:

Code:
    new Float:damage = get_pcvar_float(amx_gasdmg)     if(damage > 0.0) {         ExtraDamage(id, owner, damage, "gasgrenade")     }

Perhaps make it set to back to a default value with an else statement?
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred

Last edited by Zenith77; 09-17-2007 at 17:07.
Zenith77 is offline