[Ajuda] Dialogs
#7

Vocк tem 4 opзхes na list, e sу ta utilizando 1.. o aero de SF
Exemplo
pawn Код:
if(dialogid == DIALOG_ROTAS) // Piloto
        {

            if(!response) return SendClientMessage(playerid, -1, "Vocк fechou o dialog");
            switch(listitem)
            {

                case 0:
                {
                    SetPlayerCheckpoint(playerid, -1359.6494,-244.8524,15.5217,4.0);
                    SendClientMessage(playerid, -1, "Vocк Selecionou Aeroporto De San Fierro Como Sua Rota");
                    RT[playerid] = 1;
                    return 1;
                }
                case 1:
                {
                    SetPlayerCheckpoint(playerid, /* CORDENADA */,4.0);
                    SendClientMessage(playerid, -1, "Vocк Selecionou Aeroporto De Las Venturas Como Sua Rota");
                    RT[playerid] = 1;
                    return 1;
                }
                case 2:
                {
                    SetPlayerCheckpoint(playerid, /* CORDENADA */,4.0);
                    SendClientMessage(playerid, -1, "Vocк Selecionou Aeroporto Abandonado Como Sua Rota");
                    RT[playerid] = 1;
                    return 1;
                }
                case 3:
                {
                    SetPlayerCheckpoint(playerid, /* CORDENADA */,4.0);
                    SendClientMessage(playerid, -1, "Vocк Selecionou Aeroporto Restrito Como Sua Rota");
                    RT[playerid] = 1;
                    return 1;
                }
            }
        }
    }
}
Reply


Messages In This Thread
Dialogs - by iWiNeR - 12.01.2015, 13:19
Re: Dialogs - by Learning - 12.01.2015, 13:22
Re: Dialogs - by iWiNeR - 12.01.2015, 13:25
Re: Dialogs - by Wood - 12.01.2015, 13:30
Re: Dialogs - by iWiNeR - 12.01.2015, 13:32
Re: Dialogs - by JonathanFeitosa - 12.01.2015, 13:40
Re: Dialogs - by Learning - 12.01.2015, 13:45
Re: Dialogs - by iWiNeR - 12.01.2015, 14:24
Re: Dialogs - by iWiNeR - 12.01.2015, 15:54
Re: Dialogs - by iWiNeR - 12.01.2015, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)