23.01.2011, 23:18
1. Remove #pragma tabsize 0, you don't need It.
2. "Shadows a variable at a preceding level" means that you have defined something twice.
Example;
will give you that, but also If the second "new variable[12];" is further down it will tell you that.
2. "Shadows a variable at a preceding level" means that you have defined something twice.
Example;
pawn Код:
new variable[12];
new variable[12];