SA-MP Forums Archive
y_dialog integration with default dialogs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: y_dialog integration with default dialogs (/showthread.php?tid=427328)



y_dialog integration with default dialogs - trow - 01.04.2013

Hello!
Recently I downloaded ****** work "YSI" and I tried to use "y_dialog", but this include not match with default dialogs. Using y_dialog and default dialogs I get errors in server. Example: miscible dialogid.
How to fix it?
P.S. I using funcion Dialog_ShowCallback because using y_inline.


Re: y_dialog integration with default dialogs - Harti - 01.04.2013

Show us your code and maybe we can help you with your problem...


Re: y_dialog integration with default dialogs - trow - 01.04.2013

Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Select car", "Internus\nElegy\nBuffalo", "Buy", "Close");

Dialog_ShowCallback(playerid, using inline get_player, DIALOG_STYLE_MSGBOX, "Text..", "Text...", "Button");



Re: y_dialog integration with default dialogs - trow - 01.04.2013

up up up


Re: y_dialog integration with default dialogs - trow - 04.04.2013

******, please help me