error 032: array index out of bounds
#1

error 032: array index out of bounds (variable "CP")
error 032: array index out of bounds (variable "Zone")

Код:
new Zone[2], CP[2];
please help
Reply
#2

Hi!

Can you show us where you use this both arrays?
Well I interpretated the wrong error.
Increase the value of the array (2 => 10 or higher).
Reply
#3

new Zone[50], CP[50];

or just increase the arrays to be more than the used vars in the commands.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)