SA-MP Forums Archive
dialog help... - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: dialog help... (/showthread.php?tid=275894)



dialog help... - omer5198 - 11.08.2011

i am using a MSGBOX dialog with string... but the limit for string is 256... and the dialog limit is 2024... (i think)...
how can i make something that will allow me to still use the dialog with string but with more then 256 characters?


Re: dialog help... - MadeMan - 11.08.2011

Make the string bigger.


Re: dialog help... - Calgon - 11.08.2011

There's not a string limit of 256, you can set your strings limit to anything feasible, for example you can set that string to have 2024 cells.


Re: dialog help... - omer5198 - 11.08.2011

oh thx... my bad...