20.02.2012, 15:47
Yep, that's easy to explain!
Look, at the top of your script, you probably have defined something like that:
OR
Search for it, and then comment the line out with "//"!
The compiler is complaining, because you defined somewhere a variable, but you're never using is!
I hope I helped!
Look, at the top of your script, you probably have defined something like that:
pawn Код:
#define gSAZones
pawn Код:
new gSAZones;
The compiler is complaining, because you defined somewhere a variable, but you're never using is!
I hope I helped!