Error (array index out of bounds) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Error (array index out of bounds) (
/showthread.php?tid=639589)
Error (array index out of bounds) -
faustowp - 20.08.2017
error 032: array index out of bounds (variable "ObjectID")
Lнnea
Код:
ObjectID[f][1] = ammo;
Re: Error (array index out of bounds) -
Misiur - 20.08.2017
Puedes mostrar tus "ObjectID" definicion y 10 lineas antes y 10 lineas despues de la linea con error?
Respuesta: Re: Error (array index out of bounds) -
faustowp - 20.08.2017
Quote:
Originally Posted by Misiur
Puedes mostrar tus "ObjectID" definicion y 10 lineas antes y 10 lineas despues de la linea con error?
|
EDIT*
El problema estaba en
Код HTML:
new ObjectID[MAX_ARMAS][2]
xD Gracias por tomarte tu tiempo
Re: Error (array index out of bounds) -
Misiur - 20.08.2017
Tus bucle con "f" variable es mas grande que MAX_ARMAS, causando el error. Puedes mostrar la linea con el bucle con "f" variable?