Dialog
#3

pawn Код:
str1[128];
str2[128];
str3[128];
new liststring[1524];

format(str1, sizeof str1, "Text 1\n");
format(str2, sizeof str2, "Text 2\n");
format(str3, sizeof str3, "Text 3\n");
format(liststring, sizeof liststring, "%s%s%s", str1, str2, str3);
ShowPlayerDialog(playerid, 91123, DIALOG_STYLE_MSGBOX, "Testing", liststring, "Okay", "Cancel");
Reply


Messages In This Thread
Dialog - by keller012 - 21.07.2010, 18:08
Re: Dialog - by [L3th4l] - 21.07.2010, 18:30
Re: Dialog - by Johndaonee - 21.07.2010, 18:39
Re: Dialog - by MisterTickle - 21.07.2010, 19:05
Re: Dialog - by Johndaonee - 21.07.2010, 19:06
Re: Dialog - by keller012 - 21.07.2010, 19:19

Forum Jump:


Users browsing this thread: 2 Guest(s)