SA-MP Forums Archive
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: array index out of bounds (/showthread.php?tid=573857)



array index out of bounds - Ghost112397 - 11.05.2015

Buenas, estaba compilando un sistema que hice y me salieron estos errores:
Quote:

C:\Users\Equipo\PosibleRP\Untitled.pwn(55) : warning 213: tag mismatch
C:\Users\Equipo\PosibleRP\Untitled.pwn(175) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(176) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(193) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(204) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(216) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(216) : error 006: must be assigned to an array
C:\Users\Equipo\PosibleRP\Untitled.pwn(217) : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(21 : error 032: array index out of bounds (variable "InformacionV")
C:\Users\Equipo\PosibleRP\Untitled.pwn(220) : error 032: array index out of bounds (variable "InformacionV")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


9 Errors.

Y uno de los cуdigos que usa esto es:
PHP код:
GetVehiclePos(InformacionV[totalcarros][vehid], InformacionV[totalcarros][x], InformacionV[totalcarros][y], InformacionV[totalcarros][z]);
GetVehicleZAngle(InformacionV[totalcarros][r]); 
Y este es el enum:
PHP код:
enum InfoCoches
{
    
Float:x,
    
Float:y,
    
Float:z,
    
Float:r,
    
modelid,
    
vehid,
    
bool:vehexist false
};
new 
InformacionV[MAX_CARROS][InfoCoches]; 
Desde ya muchas gracias.


Respuesta: array index out of bounds - OTACON - 11.05.2015

quita el = false .