24.11.2011, 16:47
There's a better solution. Use #undef instead, this will prevent issues if another scripter opens your code with the default includes. Anyone should refrain from changing them.
pawn Код:
#undef MAX_PICKUPS
#define MAX_PICKUPS your_amount