20.02.2011, 06:04
It means that you have declared a variable named 'string' within the same scope as another variable with that name. Kinda hard to explain.
That would generate that warning.
pawn Код:
new string[128];
new string[128];

