How to creat big dialog msg box
#8

Код:
#define DialogRules 1

new Msg[2000];

format(Msg, 2000, "{FFFF00}%s rule 1\n", Msg);
format(Msg, 2000, "{FFFF00}%s rule 2\n", Msg);
format(Msg, 2000, "{FFFF00}%s rule 3\n", Msg);
format(Msg, 2000, "{FFFF00}%s rule 4\n", Msg);
format(Msg, 2000, "{FFFF00}%s rule 5\n", Msg);
format(Msg, 2000, "{FFFF00}%s rule 6\n", Msg);
etc
etc
etc
etc

ShowPlayerDialog(playerid, DialogRules, DIALOG_STYLE_MSGBOX, "Rules:", Msg, "Accept", "Cancel");
Reply


Messages In This Thread
How to creat big dialog msg box - by sn0p - 18.01.2014, 18:33
Re: How to creat big dialog msg box - by Nourdin - 18.01.2014, 18:42
Re: How to creat big dialog msg box - by sn0p - 18.01.2014, 18:44
Re: How to creat big dialog msg box - by Nourdin - 18.01.2014, 18:51
Re: How to creat big dialog msg box - by 1FreeHost - 18.01.2014, 18:59
Re: How to creat big dialog msg box - by EmrysXD - 18.01.2014, 19:02
Re: How to creat big dialog msg box - by sn0p - 18.01.2014, 19:05
Re: How to creat big dialog msg box - by zola0311 - 18.01.2014, 20:31
Re: How to creat big dialog msg box - by Blademaster680 - 18.01.2014, 22:42

Forum Jump:


Users browsing this thread: 6 Guest(s)