[Ajuda] error 032: array index out of bounds
#3

Vocк criou 3 matrizes e esta usando usando 4;

pawn Код:
new CARROSMP[3]; // 3 Matrizes criadas.
pawn Код:
CARROSMP[0] = AddStaticVehicle(442... //Veнculo 1
    CARROSMP[1] = AddStaticVehicle(442...  //Veнculo 2
    CARROSMP[2] = AddStaticVehicle(442...   // Veнculo 3
    CARROSMP[3] = AddStaticVehicle(442...  // Veнculo 4
como esta usando 4 se criou apйnas 3? Nesse caso altere o valor da new CARROSMP para o nъmero que esta utilizando.

Код:
new CARROSMP[4];  // 4 Veнculos utilizados.
Reply


Messages In This Thread
error 032: array index out of bounds - by Alwe - 20.05.2014, 01:07
Re: error 032: array index out of bounds - by Fenix4000 - 20.05.2014, 01:23
Re: error 032: array index out of bounds - by DiiMeNoR - 20.05.2014, 02:48
Re: error 032: array index out of bounds - by Alwe - 20.05.2014, 16:52
Re: error 032: array index out of bounds - by Alwe - 20.05.2014, 16:54
Re: error 032: array index out of bounds - by MultiKill - 20.05.2014, 18:27
Re: error 032: array index out of bounds - by Alwe - 20.05.2014, 18:52
Re: error 032: array index out of bounds - by Schocc - 20.05.2014, 19:55
Re: error 032: array index out of bounds - by MultiKill - 20.05.2014, 23:38

Forum Jump:


Users browsing this thread: 1 Guest(s)