09.10.2011, 09:53
What's is the maximum lenght of dialog's text? How many charachters can I write in it?
P.S. What is use of HTTP function? How could I use it?
P.S. What is use of HTTP function? How could I use it?
new DialogText[512]; // change the 512 to the size you need
ShowPlayerDialog(playerid, DIALOG, DIALOG_STYLE_LIST, "Header text", DialogText, "Ok", "");