19.03.2013, 14:10
- ignore -
Cheers.
For anyone wondering why I want this: I just simply find this a bit more systematic than making 89273489234 macros when assigning values
Cheers.
For anyone wondering why I want this: I just simply find this a bit more systematic than making 89273489234 macros when assigning values
pawn Код:
// instead of doing this:
#define VAL1 (0)
#define VAL2 (1)
new
MyVar[ MAX_PLAYERS ]
;
MyVar[ playerid ] = VAL1;