Local Variable shadows a variable at a preceding level
#4

pawn Код:
new idx=1
This is the problem. You make a new variable titled "idx" but you also create it when making the loop. Either delete the "new" in the loop or remove the variable I showed above.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)