5 weapons - 1 ammo ?
Posted: Sat Nov 22, 2008 1:01 pm
I been trying to make five different weapons using the same ammo.
bg_misc: Can't define more than one weapon to the ammo
bg_pmove: I tried to make a switch that counts ammo away if one of this five weapons is fired... like...
if(pm->ps->weapon==wp_lightning){pm->ps->ammo[wp_redlet]--;}
I wasn't suprised to see some errors
bg_misc: Can't define more than one weapon to the ammo
bg_pmove: I tried to make a switch that counts ammo away if one of this five weapons is fired... like...
if(pm->ps->weapon==wp_lightning){pm->ps->ammo[wp_redlet]--;}
I wasn't suprised to see some errors
