13.03.2013, 08:10
I have got this code:
So, it gives me the "constant" error.
Is there any way I can do this? I know the defination has to be constant, but I tried making it in different ways without any results.
It would be awesome if someone could help!
pawn Код:
#define fX InfoBox[boxid][iX];
#define fY InfoBox[boxid][iY];
#if fX - fY > 71
#error BlaBla
#endif
Is there any way I can do this? I know the defination has to be constant, but I tried making it in different ways without any results.
It would be awesome if someone could help!