10.05.2014, 11:30
warning 219: local variable "string" shadows a variable at a preceding level
It means that you have something like:
So the solution is delete one of them...probably the second one.
It means that you have something like:
pawn Код:
new result[128];
new result[128];//second one