18.04.2011, 12:03
Hey all, so i was in GamerX server, and thay got dialogs, and the text is really long! Its like string[10000]
How to do that?
How to do that?
new LongMSGBox[1024];
SetUpLongMSGBox();
SetUpLongMSGBox()
{
LongMSGBox = "Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla Bla\nBla Bla Bla Bla Bla Bla Bla :D :D :D";
return 1;
}
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Title" ,LongMSGBox, "button 1", "button2");