little(tiny) problem in my "function"
#2

change

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string);
to

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button1", "Button2");
You can leave the Button2 blank like this

pawn Код:
ShowPlayerDialog(playerid, DIALOG_SPAWN, DIALOG_STYLE_MSGBOX, string, "Button", "");
it will only show 1 button instead 2 button
Reply


Messages In This Thread
little(tiny) problem in my "function" - by Youice - 23.05.2012, 08:44
Re: little(tiny) problem in my "function" - by JaKe Elite - 23.05.2012, 08:45
Re: little(tiny) problem in my "function" - by Youice - 23.05.2012, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)