[Ajuda] Painel Veiculo
#6

Uma correзгo:
pawn Код:
veiculo = GetVehicleModel(GetPlayerVehicleID(playerid)
Nгo deveria ser:
pawn Код:
veiculo = GetPlayerVehicleID(playerid);
Hб algumas coisas desnecessбrias, eu tirei algumas coisas:
pawn Код:
if(strcmp(cmdtext, "/carropainel", true) == 0)
    {
        new PlayerNick[MAX_PLAYER_NAME], veiculo = GetPlayerVehicleID(playerid);
            GetPlayerName(playerid,PlayerNick,sizeof(PlayerNick));

        new arquivo[256];
            format(arquivo, sizeof(arquivo), "/Concessionaria/Donos/%s.ini",PlayerNick);

        if(!dini_Exists(arquivo)) return SendClientMessage(playerid, Branco, "[CONCESSIONБRIA] Vocк nгo tem um veнculo. compre um na concessionaria (/GPS).");

        if(Aviao(veiculo) || Trem(veiculo) || Heli(veiculo) || Barco(veiculo) || Bicicleta(veiculo) || Moto(veiculo))
        {
            SendClientMessage(playerid, Azul, "[CONCESSIONБRIA] Vocк nгo pode usar o painel neste veiculo.");
        }
        else
        {
            ShowPlayerDialog(playerid, 4957, DIALOG_STYLE_LIST, "Painel do Veiculo:", "Trancar/Destrancar\nLigar/Desligar Veiculo\nLigar/Desligar Farуis\nLigar/Desligar Alarme\nAbrir/Fechar Capo\nAbrir/Fechar Porta-Malas\nTrocar Placa do Veiculo", "Selecionar", "Cancelar");
        }
        return 1;
    }
Reply


Messages In This Thread
Painel Veiculo - by s4kuL - 28.06.2014, 02:33
Re: Painel Veiculo - by MultiKill - 28.06.2014, 02:45
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 02:49
Re: Painel Veiculo - by MultiKill - 28.06.2014, 02:53
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 02:59
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:01
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 03:08
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:16
Respuesta: Painel Veiculo - by s4kuL - 28.06.2014, 03:39
Re: Painel Veiculo - by MultiKill - 28.06.2014, 03:44

Forum Jump:


Users browsing this thread: 1 Guest(s)