[Pedido]Dialog
#2

pawn Код:
#define DIALOG_sistemasnovos   28030
pawn Код:
if(!strcmp(cmdtext, "/sistemanovos", true))
{
    ShowPlayerDialog(playerid, DIALOG_sistemasnovos, DIALOG_STYLE_MSGBOX, "Sistemas do Servidor", "Bom Nosso Servidor tem os Seguintes Sistemas :\n\nSistema de Desfarзe Hitman\nDetalhes :\nMuda cor do nome , e da roupa\n\nSistema de Tunning na hq dos Mid\nDetalhes :\nNгo tenho muito a descrever , so digitar /tunarmid e tuna o carro , em que vocк esta .\n\n\nObrigado , Tenha um Otimo Jogo.\n\n\n", "Ok", "Sair");
    return 1;
}
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == DIALOG_sistemasnovos){
      if(response)
      {
          return 1;
      }
      else
      {
          return 1;
      }
   }
    return 0;
}
Reply


Messages In This Thread
[Pedido]Dialog - by Laercio - 05.11.2011, 21:11
Re: [Бjuda][Pedido]Dialog - by Cristhian - 05.11.2011, 21:14
Re: [Бjuda][Pedido]Dialog - by Master_Pawn - 05.11.2011, 21:16
Re: [Бjuda][Pedido]Dialog - by Laercio - 05.11.2011, 21:23
Re: [Бjuda][Pedido]Dialog - by Cristhian - 05.11.2011, 21:25
Re: [Бjuda][Pedido]Dialog - by Laercio - 05.11.2011, 21:27
Re: [Бjuda][Pedido]Dialog - by Master_Pawn - 05.11.2011, 21:33
Re: [Бjuda][Pedido]Dialog - by ViniBorn - 05.11.2011, 21:54
Re: [Pedido]Dialog - by humildadeforever - 05.11.2011, 23:01

Forum Jump:


Users browsing this thread: 1 Guest(s)