Dialog length
#1

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?
Reply
#2

I think there is no limit. You just have to create a variable, where you define the lenght in
pawn Код:
new DialogText[512]; // change the 512 to the size you need
ShowPlayerDialog(playerid, DIALOG, DIALOG_STYLE_LIST, "Header text", DialogText, "Ok", "");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)