02.10.2015, 23:09
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; }