17.12.2010, 17:42
Quote:
I have 65 warnings.
They all look like this. How can i fix these? warning 219: local variable "string" shadows a variable at a preceding level warning 219: local variable "string" shadows a variable at a preceding level |
pawn Код:
new string[128];
Cause you redefine them each command, then you had to remove the global one.