[Pedido] Dialog
#9

pawn Код:
#define JFS 2834
pawn Код:
if (strcmp(cmd, "/gps", true) == 0)
    {
       ShowPlayerDialog(playerid, JFS, DIALOG_STYLE_LIST, "CABECALHO DIALOG", "EXEMPLO:DP\nEXEMPLO:PREFEITURA\nEXEMPLO:JFS\nEXEMPLO:EUOWNA", "Selecionar", "Cancelar");
// AO DIGITAR IRA ABRIR O DIALOG COM ESSAS SUGESTOES
    return 1;
    }
pawn Код:
if(dialogid == JFS) // 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;
        }
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: 4 Guest(s)