[Ajuda] Deletar veiculos
#3

Quote:
Originally Posted by Baiano
Посмотреть сообщение
Tenta ae, nгo testei!

pawn Код:
CMD:destruirveh(playerid)
{
    for(new b = 0; b < sizeof(carros); b++)
    {
        DestroyVehicle(carros[b]);
    }
    return 1;
}
PHP код:
C:\Users\Vitor\Desktop\Server Gta Torcidas\gamemodes\gt.pwn(405) : error 028invalid subscript (not an array or too many subscripts): "carros"
C:\Users\Vitor\Desktop\Server Gta Torcidas\gamemodes\gt.pwn(405) : warning 215expression has no effect
C
:\Users\Vitor\Desktop\Server Gta Torcidas\gamemodes\gt.pwn(405) : error 001expected token";"but found "]"
C:\Users\Vitor\Desktop\Server Gta Torcidas\gamemodes\gt.pwn(405) : error 029invalid expressionassumed zero
C
:\Users\Vitor\Desktop\Server Gta Torcidas\gamemodes\gt.pwn(405) : fatal error 107too many error messages on one line 
Reply


Messages In This Thread
Deletar veiculos - by vitorvlv - 08.03.2013, 16:46
Re: Deletar veiculos - by Baiano - 08.03.2013, 16:55
Re: Deletar veiculos - by vitorvlv - 08.03.2013, 16:58
Re: Deletar veiculos - by Dwayne-Pheonix - 08.03.2013, 17:02

Forum Jump:


Users browsing this thread: 2 Guest(s)