Dialog
#1

How can I do that when I give the dialog to appear in a dialog in which to write something? I mean how do I dial DIALOG_STYLE_MSGBOX
Код:
//========================================[CMD:HALLOWEENQUEST]==================================================
CMD:halloweenquest(playerid, params[])
{
    new questhal[24];
		            strcat(questhal,  "01.Find all the pumpkins hidden by Halloween[SARBATOARE]\n");
                    ShowPlayerDialog(playerid,1994,DIALOG_STYLE_LIST,"{FFFFFF}Special Quest - Page 1",questhal,"Select", "Exit");
   return 1;
 }
Reply


Messages In This Thread
Dialog - by Jimmi - 02.10.2015, 23:09
AW: Dialog - by Kaliber - 03.10.2015, 01:26
Re: Dialog - by Jimmi - 03.10.2015, 01:27
AW: Dialog - by Kaliber - 03.10.2015, 01:29
Re: Dialog - by Jimmi - 03.10.2015, 01:50
AW: Dialog - by Kaliber - 03.10.2015, 02:35

Forum Jump:


Users browsing this thread: 1 Guest(s)