Error 032
#2

Show line 863, 864, 866
it means that you are setting too large index in array

new PlayerInfo[10]; // 0-9

PlayerInfo[34] = 1; // array index out of bounds max index is 9 not 34
Reply


Messages In This Thread
Error 032 - by Jigsaw123 - 27.07.2014, 21:05
Re: Error 032 - by Jefff - 27.07.2014, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)