Array index out of bounds
#7

If you compile with -d3 you will also be given the line of the occuring error. To do this, simply open up notepad and type "-d3" and save it as "pawn.cfg" and put it in your pawno folder (where pawncc.exe is located). You may then look at the error again and see it will specify the line of the error at the end of the line. This will make it even easier to find and fix it.

Out from the crashdetect error I know that you have an array with 100 cells (0-99) and you're trying to use cell #101 (100) which is non-existent. You need to increase the size of the correct array. By doing what I said above, you will very easily locate this array and fix the problem.
Reply


Messages In This Thread
Array index out of bounds - by Delete_ - 04.02.2013, 03:58
Re: Array index out of bounds - by T0pAz - 04.02.2013, 04:05
Re: Array index out of bounds - by Delete_ - 04.02.2013, 04:35
Re: Array index out of bounds - by Essle - 04.02.2013, 05:06
Re: Array index out of bounds - by Delete_ - 04.02.2013, 10:28
Re: Array index out of bounds - by Delete_ - 04.02.2013, 11:16
Re: Array index out of bounds - by LarzI - 04.02.2013, 12:08
Re: Array index out of bounds - by Delete_ - 04.02.2013, 12:54
Re: Array index out of bounds - by Delete_ - 04.02.2013, 13:43
Re: Array index out of bounds - by LarzI - 04.02.2013, 13:54

Forum Jump:


Users browsing this thread: 2 Guest(s)