Posts: 497
Threads: 21
Joined: Feb 2018
Reputation:
0
You are using 2 wrong arguments. Delete last 2 ofw them, those are the buttons and there can be max 2
Posts: 357
Threads: 6
Joined: Feb 2018
Код:
new string[200], string2[200];
format(string2, sizeof(string2), "ACTION 1/nACTION 2/nACTION 3/nACTION 4"); // Actions
format(string, sizeof(string), "Welcome %s %s, Please select",GetRankName(playerid),PlayerName(playerid));
ShowPlayerDialog(playerid, 1200, DIALOG_STYLE_MSGBOX, string, string2, "Select", "Cancel");
Maybe this!
Posts: 675
Threads: 160
Joined: Mar 2015
Reputation:
0
I want multiple buttons. How can I do it?
Posts: 244
Threads: 4
Joined: Apr 2010
Reputation:
0
Use DIALOG_STYLE_LIST instead. You can show _MSGBOX before to say something like "in the next step, Plesse select ..."