[Ajuda] Proibir veiculos
#9

Quote:
Originally Posted by maxblaya01
Посмотреть сообщение
aparece a mensagem mais mesmo assim o veiculo vai para o teleporte so que cai o aviao no chao e o player fica em cima, oque pode ser?
Tente isto.. Ah, e se ele estб no veнculo tem que usar SetVehiclePos =)


PHP код:
//Coloca isso em algum canto do GM 
VeiculoAereo(vID)
{
    switch(
vID)
    {
        case 
417425447469487488497548460476511512513519520553577592593:
        {
            return 
1;
        }
        default: return 
0;
    }
    return -
1;
}
//Coloca isso no comando
new vID GetVehicleModel(GetPlayerVehicleID(playerid));
if(
VeiculoAereo(vID)) return SendClientMessage(playerid, -1"ERRO: Nгo se teleporta com veiculo aereo, vei"); 
Reply


Messages In This Thread
Proibir veiculos - by maxblaya01 - 06.09.2015, 03:12
Re: Proibir veiculos - by Eddye - 06.09.2015, 03:27
Re: Proibir veiculos - by maxblaya01 - 06.09.2015, 03:29
Re: Proibir veiculos - by Eddye - 06.09.2015, 03:47
Re: Proibir veiculos - by maxblaya01 - 06.09.2015, 04:02
Re: Proibir veiculos - by IgorLuiz - 06.09.2015, 04:15
Re: Proibir veiculos - by Thider - 06.09.2015, 14:42
Re: Proibir veiculos - by maxblaya01 - 07.09.2015, 18:53
Re: Proibir veiculos - by humildadeforever - 07.09.2015, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)