Posts: 72
Threads: 29
Joined: Dec 2011
Reputation:
0
Hi I want put only ony button in DIALOG_STYLE_LIST, how can i do it??
Posts: 1,101
Threads: 21
Joined: Oct 2010
Reputation:
0
Leave the capture for the second button in the ShowPlayerDialog(); function at "".
Posts: 34
Threads: 2
Joined: Nov 2010
Reputation:
0
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...