#1


HELP
Reply
#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
#3

in my gamemode i dont use array, this can be in includes?
Reply
#4

HELP me PLEASE
Reply
#5

Stop screaming and show us LoadMode( ).
Reply
#6

Or better yet, create a pawn.cfg file into pawno folder and write -d3 in it. Re-compile new.pwn and start the server. When you get the logs again, it will be more detailed. Post them here.

Just for your information, it's a function inside LoadMode function and there is most likely a loop in it which goes until the iterator variable is <= when it should have been <
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)