DEBUG
#2

Here's a simple explanation of what "Array index out of bounds" means:
PHP код:
new array[5];
// You can only use these:
// array[0], array[1], array[2], array[3], array[4]

// If you try to use array[5] or array[5345] etc, you'll get that error. 
It seems that that's happening in your LoadMode() function.
Reply


Messages In This Thread
DEBUG - by Pearson - 06.06.2016, 11:30
Re: DEBUG - by Stinged - 06.06.2016, 11:37
Re: DEBUG - by Pearson - 06.06.2016, 11:40
Re: DEBUG - by Pearson - 06.06.2016, 11:56
Re: DEBUG - by Sithis - 06.06.2016, 11:59
Re: DEBUG - by Konstantinos - 06.06.2016, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)