30.04.2012, 11:33
Nice idea, but have you tested it?
Because:
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:
Because:
Code:
#define Sawnoff Shotgun 26 #define Combat Shotgun 27
Code:
#define Sawnoff_Shotgun 26 #define Combat_Shotgun 27