[Include] Defined Weapons
#2

Nice idea, but have you tested it?

Because:
Code:
#define Sawnoff Shotgun 26
#define Combat Shotgun 27
This won't work, because the word 'Combat' will now be replaced with 'Shotgun 27', which will give errors. Maybe replace those gaps with a _ ? For example:
Code:
#define Sawnoff_Shotgun 26
#define Combat_Shotgun 27
Reply


Messages In This Thread
Defined Weapons - by MichaelProPlayer - 30.04.2012, 11:20
Re: Defined Weapons - by Basssiiie - 30.04.2012, 11:33
Re: Defined Weapons - by iggy1 - 30.04.2012, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)