SA-MP Forums Archive
Text amount per line? - 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: Text amount per line? (/showthread.php?tid=113247)



Text amount per line? - mannen55 - 12.12.2009

how can i increase the max characters in one line?

Say.. example.. /o (/ooc) out of character chat?

has this got anything to do with it?

new result[64];


Re: Text amount per line? - bigcomfycouch - 12.12.2009

increase it to 128, as that's the max input/output.


Re: Text amount per line? - DeltaAirlines12 - 13.12.2009

This isn't really answering your question, but for limits, read this: https://sampwiki.blast.hk/wiki/Limits


Re: Text amount per line? - Damon_Black - 13.12.2009

Quote:
Originally Posted by mannen55
has this got anything to do with it?

new result[64];
You guessed it. Your defining the cells in the string with []