Run time error 4: "Array index out of bounds"
#9

According the error itself you're using 65535 (which is also INVALID_PLAYER_ID) on an array, while the max cell is the 499th. Probably forgot to check if there's a killerid before modifying the arrays?

You're basically doing this somewhere in your code.

Variable[65535][Cell] = x;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)