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
