[Ajuda] Dialog
#4

Certo..

Primeiro vocк terб que definir isso.

pawn Код:
#define DIALOG_LISTA 200  

ShowPlayerDialog(playerid, DIALOG_LISTA, DIALOG_STYLE_LIST, "Seu Texto", "Logar\nRegistrar\nSair ", "Selecionar", "")//aqui e e como vai mostrar a lista.


 public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
         
      if(dialogid == DIALOG_LISTA)  // aqui vai ser quando ele clicar em cada coisa da lista de cima. Ex: Registrar ou Logar..
       {
          if(response)
           {
          if(listitem == 0)     // Lista 1
           {
              // Coloque sua funзгo aqui, seu sistema registro
             
         }
           else if(listitem == 1) // lista 2
         {
              // Coloque sua funзгo aqui, seu sistema login
               
            return 1;
         }
      }
   }
    return 0;
}
Espero que tenha entendido, se quiser adicionar mais alguma coisa e sу colocar: .....else if(listitem == 2) // lista 3....

E assim vai..
Reply


Messages In This Thread
Dialog - by _Play_ - 04.07.2014, 03:09
Re: Dialog - by Ts3 - 04.07.2014, 03:17
Re: Dialog - by _Play_ - 04.07.2014, 03:49
Re: Dialog - by Ts3 - 04.07.2014, 05:09
Re: Dialog - by _Play_ - 04.07.2014, 05:26
Re: Dialog - by Ts3 - 04.07.2014, 05:42

Forum Jump:


Users browsing this thread: 2 Guest(s)