23.05.2012, 08:45
change
to
You can leave the Button2 blank like this
it will only show 1 button instead 2 button
pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string);
pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button1", "Button2");
pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button", "");