[Ajuda] como fazer isso funcionar
#4

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(gTeam[playerid] != Grove)
    {
        if(vehicleid >= GroveCars[0] && vehicleid <= GroveCars[5])
        {
            return SendClientMessage(playerid, -1, "Vocк nгo tem as chaves deste veнculo e foi expulso."), RemovePlayerFromVehicle(playerid);
        }
    }
    SendClientMessage(playerid, RED,"Para trocar de radio use: /escolherradio");
    SendClientMessage(playerid, GREEN,"Para parar a radio use: /desligarradio");
    GameTextForPlayer(playerid, "~r~Voce entrou no Veiculo", 2000,3);
    return 1;
}
Reply


Messages In This Thread
como fazer isso funcionar - by Math3us - 22.08.2012, 12:24
Re: como fazer isso funcionar - by Don_Speed - 22.08.2012, 12:37
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 12:39
Re: como fazer isso funcionar - by Jason` - 22.08.2012, 12:46
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 12:51
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 13:25
Re: como fazer isso funcionar - by darkxdll - 22.08.2012, 14:18
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 14:22
Re: como fazer isso funcionar - by darkxdll - 22.08.2012, 14:31
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)