[Ajuda] Ajuda com Veiculos
#3

Quote:
Originally Posted by y1
Посмотреть сообщение
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    for(new c = 0; c <= 14; c++)
    {
        if(IsPlayerInVehicle(playerid, CarroJornal[c]) && Player[playerid][pProf] != 2)
        {
            SendClientMessage(playerid, CorErro, "|ERRO| Esse veiculo й exclusivo dos Entregadores de Jornal!");
            RemovePlayerFromVehicle(playerid);
            return 1;
        }
    }
    return false;
}
eu vi o seu @edit.
caso queira transformar sua callback em um funзгo, remova a 'public' que no caso ficaria

Код:
IsJornalCar(playerid) {
    for(new c = 0; c <= 14; c++)
    {
        if(IsPlayerInVehicle(playerid, CarroJornal[c]) && Player[playerid][pProf] != 2)
        {
            SendClientMessage(playerid, CorErro, "|ERRO| Esse veiculo й exclusivo dos Entregadores de Jornal!");
            RemovePlayerFromVehicle(playerid);
        }
    }
    return true;
}
Nгo funcionou....
Reply


Messages In This Thread
Ajuda com Veiculos - by BrunoSayden177 - 31.01.2019, 16:25
Re: Ajuda com Veiculos - by BrunoSayden177 - 31.01.2019, 16:36
Re: Ajuda com Veiculos - by BrunoSayden177 - 31.01.2019, 17:02
Re: Ajuda com Veiculos - by BrunoSayden177 - 31.01.2019, 17:12
Re: Ajuda com Veiculos - by PedroH - 31.01.2019, 17:27
Re: Ajuda com Veiculos - by AutoMatic2 - 31.01.2019, 18:45
Re: Ajuda com Veiculos - by BrunoSayden177 - 31.01.2019, 19:53
Re: Ajuda com Veiculos - by NWDMadara - 31.01.2019, 20:00

Forum Jump:


Users browsing this thread: 1 Guest(s)