[Ajuda] Veiculos Proibidos
#2

pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
        switch(GetVehicleModel(GetPlayerVehicleID(playerid)))
        {
            case 447,520,432,425:
            {
                if(PlayerInfo[playerid][pAdmin] < 3)
                {
                     SendClientMessage(playerid , 0x33CCFFAA, "ERRO: Vocк Nгo pode pegar este veiculo"),
                     RemovePlayerFromVehicle(playerid);
                }
            }
        }
    }
Reply


Messages In This Thread
Veiculos Proibidos - by GhosT_[] - 05.09.2012, 17:04
Re: Veiculos Proibidos - by .FuneraL. - 05.09.2012, 17:07
Re: Veiculos Proibidos - by Kmatsu - 05.09.2012, 17:08
Re: Veiculos Proibidos - by ViniBorn - 05.09.2012, 17:10
Re: Veiculos Proibidos - by GhosT_[] - 05.09.2012, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)