Dialog msgbox cuts off - 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 msgbox cuts off (
/showthread.php?tid=211955)
Dialog msgbox cuts off -
Ice-cup - 16.01.2011
I got a string for my msgbox coz it has to be dynamic.
But it cuts off the last sentence (or atleast the last few characters).
Is there a limit of the msgbox?
Re: Dialog msgbox cuts off -
Lorenc_ - 16.01.2011
Check what the string size is? e.g new string[128]; = using only around 128 characters..
Re: Dialog msgbox cuts off -
Ice-cup - 16.01.2011
It's a 256 spaced string so;
new string[256];
Re: Dialog msgbox cuts off -
armyoftwo - 16.01.2011
A dialog can contain max 2024 characters, correct if i am wrong
Re: Dialog msgbox cuts off -
THE_KNOWN - 16.01.2011
i think \t can help.(just likr \n)