16.03.2010, 14:02
Quote:
Originally Posted by _Jay_
That won't work, you have to declare the value you're checking first.
Code:
if( (ammo >= 1) && weapon == 38 || weapon == 39 || weapon == 40) |
Originally Posted by _Jay_
That won't work, you have to declare the value you're checking first.
Code:
if( (ammo >= 1) && weapon == 38 || weapon == 39 || weapon == 40) |