View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-11-2010 , 21:24   Re: Unlimited Clip Ammo
Reply With Quote #19

Quote:
Originally Posted by Adren View Post
hey can anyonw edit this plugin so that it actually allows the ammo to deplete brfore it sets it back to full again

for e.g :- maverick got 30 shots in clip and what this plugin does is sets it to 29 and it stays that way you can go on firing but can it be edited so that it comes to 0 and then is reset to 30 again without reloading [ just like in superhero mod the power of the hero punisher ]

thanks in advance
Replace
PHP Code:
register_event("CurWeapon" "Event_CurWeapon" "be" "1=1" ); 
with
PHP Code:
register_event("CurWeapon" "Event_CurWeapon" "be" "1=1" "3=0" ); 
__________________
Bugsy is offline