[Ajuda] Comandos e teclas
#7

Quote:
Originally Posted by GuilhermeH
Посмотреть сообщение
Pegue apenas a funзгo do comando e adapte para seu dialog.
Eu fiz isso, porem nгo funcionou:

pawn Код:
CMD:v(playerid, params[])
{
    static carro, Float:X, Float:Y, Float:Z, xCor, xCor2, Float:Angle;

    if(PlayerInMiniGame[playerid] != MINIGAME_NONE) return SendClientMessage(playerid, 0xFF4500FF, "Estб em um minijogo, use /sair");
    if(IsPlayerInRace) return SendClientMessage(playerid, 0xFF4500FF, "Estб em uma corrida, use /exitrace");
    ShowTextDrawDialog(playerid, DIALOG_VID, "ISSOeGTA FR 2013x .. Veiculos", "Ok", "Cancelar", "\
    Esportivos e elegantes"
, "Motos e Bicicletas", "Caminhonetes", "Avioes e Helicopteros", "Aquaticos", "Servico publico", "Industriais", "Carros variados", "Caminhoes", "Veiculos unicos", "Veiculos RC");

    if(xCarroCriado[playerid] != 0) DestroyVehicle(xCarroCriado[playerid]);

    GetPlayerPos(playerid, X, Y, Z);
    GetPlayerFacingAngle(playerid, Angle);

    xCarroCriado[playerid] = AddStaticVehicleEx(carro, X, Y, Z, Angle, xCor, xCor2, -1);
    PutPlayerInVehicle(playerid, xCarroCriado[playerid], 0);

    return 1;
}
Reply


Messages In This Thread
Comandos e teclas - by GuiihCamargo - 14.01.2014, 02:38
Re: Comandos e teclas - by PedroAuditore - 14.01.2014, 03:44
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 06:51
Re: Comandos e teclas - by GuilhermeH - 14.01.2014, 12:31
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 17:15
Re: Comandos e teclas - by GuilhermeH - 14.01.2014, 20:54
Re: Comandos e teclas - by GuiihCamargo - 14.01.2014, 21:32
Re: Comandos e teclas - by GuilhermeH - 15.01.2014, 10:32
Re: Comandos e teclas - by Schocc - 15.01.2014, 20:10
Re: Comandos e teclas - by GuiihCamargo - 15.01.2014, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)