SPEEDO - Run time error 4: "Array index out of bounds"
#2

Change
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
To
pawn Код:
new i;
for(i=0;i<MAX_PLAYERS;i++){
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)