SA-MP Forums Archive
error 032: array index out of bounds - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: error 032: array index out of bounds (/showthread.php?tid=86613)



error 032: array index out of bounds - hanzen - 15.07.2009

I got this:
pawn Код:
MatsPickup[1][Matsx] = -70.9225; MatsPickup[1][Matsy] = -1574.1426; MatsPickup[1][Matsz] = 2.6172; MatsPickup[1][MatsAmount] = 10;
Can't find anything wrong, but the error is error 032: array index out of bounds


Re: error 032: array index out of bounds - yom - 15.07.2009

What say the Pawn manual?

"The array index is larger than the highest valid entry of the array."