SA-MP Forums Archive
Dialog List - 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: Dialog List (/showthread.php?tid=309691)



Dialog List - jaskiller - 08.01.2012

Hi I want put only ony button in DIALOG_STYLE_LIST, how can i do it??


AW: Dialog List - Drebin - 08.01.2012

Leave the capture for the second button in the ShowPlayerDialog(); function at "".


Re : Dialog List - jaskiller - 08.01.2012

ok thx rep ++


Re: Dialog List - [BG]Gamer - 08.01.2012

ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "TITLE", "Line 1\nLine 2\nLine 3\n etc...", "Button 1", "Button 2");
Button 1 for response and Button 2 to decline...