[Pedido] Dialog
#3

tOPO :
pawn Код:
#define JFS 2834
// Pra ter certezaq nao tem no teu GM :D
OnPlayerCommandTexT:
pawn Код:
if (strcmp(cmd, "/gps", true) == 0)
    {
        ShowPlayerDialog(playerid, JFS, DIALOG_STYLE_LIST, "JONATHAN FEITOSA OWNA", "LUGARES DO TUTORIAL JFS OWNA", "Selecionar", "Cancelar");
// ao digitar o /gps abrirб um GPS Falando "LUGARES DO TUTORIAL JFS OWNA" SELECIONANDO ELE VAI ABRIR O DIALOG LA EM BAIXO
    return 1;
    }
OnDialogResponse :
pawn Код:
if(dialogid == JFS)
        { // DIALOG QUE IRA ABRIR AO DIGITAR
            if(response)
            {
                if(listitem == 0)
                {
                ShowPlayerDialog(playerid, JFS+1, FSDIALOG_STYLE_LIST, "CABECALHO DIALOG", "EXEMPLO:DP\nEXEMPLO:PREFEITURA\nEXEMPLO:JFS\nEXEMPLO:EUOWNA", "Selecionar", "Cancelar");
                }// Ou Seja Ao Digitar /GPS Й ESCOLHER E APERTAR IRA APARECER ESSAS OPЗOES
             }
           return 1;
        }
        if(dialogid == JFS+1) // Definido la em cima
        {
            if(response)
            { // SELECIONANDO AS OPЗХES IRБ ABRIR :
                if(listitem == 0) // LISTA 1 OU SEJA - EXEMPLO DP
                {
                SetPlayerCheckpoint(playerid, 1477.1025,-1764.2405,18.7958,8.0);//Checkpoint Onde aparecerar
                SendClientMessage(playerid, COLOR_LIGHTBLUE, "Va Atй o Checkpoint Vermelho em Seu Mapa."); // MENSAGEM ASSIM FAZ EM TODAS
                }
                if(listitem == 1) // EXEMPLO PREFEITURA
                {
                SetPlayerCheckpoint(playerid, 1543.8772,-1676.4253,13.5573,8.0);
                SendClientMessage(playerid, COLOR_LIGHTBLUE, "Va Atй o Checkpoint Vermelho em Seu Mapa.");
                }
                if(listitem == 2) // EXEMPLO : JFS
                {
                SetPlayerCheckpoint(playerid, 641.8575,-1356.3243,13.4008,8.0);
                SendClientMessage(playerid, COLOR_LIGHTBLUE, "Va Atй o Checkpoint Vermelho em Seu Mapa.");
                }
                if(listitem == 3) // EXEMPLO EU OWNA
                {
                SetPlayerCheckpoint(playerid, 2478.9063,-1519.4604,23.9956,8.0);
                SendClientMessage(playerid, COLOR_LIGHTBLUE, "Va Atй o Checkpoint Vermelho em Seu Mapa.");
                }
            }
        return 1;
        }

Ai basta trocar as coodernadas =) Erros ? quer por cor ? ajuda ? falae
Reply


Messages In This Thread
[Pedido] Dialog - by Jorge_Hard - 10.03.2011, 18:34
Re: [Pedido] Dialog - by Strong_ADM - 10.03.2011, 18:40
Re: [Pedido] Dialog - by JonathanFeitosa - 10.03.2011, 18:56
Re: [Pedido] Dialog - by Jorge_Hard - 10.03.2011, 19:46
Re: [Pedido] Dialog - by JonathanFeitosa - 10.03.2011, 20:02
Re: [Pedido] Dialog - by Jorge_Hard - 11.03.2011, 10:22
Re: [Pedido] Dialog - by Jorge_Hard - 11.03.2011, 10:46
Re: [Pedido] Dialog - by zSuYaNw - 11.03.2011, 14:03
Re: [Pedido] Dialog - by JonathanFeitosa - 11.03.2011, 16:38
Re: [Pedido] Dialog - by Jorge_Hard - 11.03.2011, 16:43

Forum Jump:


Users browsing this thread: 2 Guest(s)