C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25447) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25448) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25531) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25542) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25565) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25566) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25572) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25573) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25580) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25581) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25588) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25589) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25595) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25596) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25602) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(25603) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(60065) : error 032: array index out of bounds (variable "VehiclesMod") C:\Users\Karim\Desktop\GM Real Second Life RP 0.3d\gamemodes\RealSecondLife.pwn(60070) : error 032: array index out of bounds (variable "VehiclesMod") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 18 Errors.
VehiclesMod[idx][5] = 0;
new VehiclesMod[MAX_VEHICLES][14];
if(idx < MAX_VEHICLES){
//accion
}
if(idx < MAX_VEHICLES)VehiclesMod[idx][5] = 0;
if(idx < MAX_VEHICLES){
VehiclesMod[idx][5] = 0;
}
no, david esta equivocado, cambia esto
pawn Код:
pawn Код:
|