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

Tenta ai...

pawn Код:
new CARROSMP[4];

         CARROSMP[0] = AddStaticVehicle(442,948.3264,-1356.5320,13.1437,179.8164,1,1);
         CARROSMP[1] = AddStaticVehicle(442,953.8585,-1356.0969,13.1447,181.3530,1,1);
         CARROSMP[2] = AddStaticVehicle(442,962.6116,-1356.3016,13.1469,177.7073,0,0);
         CARROSMP[3] = AddStaticVehicle(442,967.6824,-1356.2184,13.1501,180.7744,0,0);


         if(vid == CARROSMP[0] || vid == CARROSMP[1] || vid == CARROSMP[2] || vid == CARROSMP[3])
         {
         if(PlayerInfo[playerid][pProfissao] == MotoristaP) {
         }else{
         SendClientMessage(playerid, Vermelho, " | INFO | Este veiculo й reservador para os Motoristas Particular.");
    RemovePlayerFromVehicle(playerid);
    TogglePlayerControllable(playerid, 1);
    }
        }
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)