SA-MP Forums Archive
Dialog length - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Dialog length (/showthread.php?tid=288838)



Dialog length - Dirkon - 09.10.2011

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?


Re: Dialog length - Wesley221 - 09.10.2011

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", "");