Textdraw newline - 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: Textdraw newline (
/showthread.php?tid=168863)
Textdraw newline -
westre - 17.08.2010
Is it possible that after like typing in 15 characters, the textdraw string continues on a new line?
I did search but didn't find any relevant search results.
Re: Textdraw newline -
HardstylerNiko - 17.08.2010
make a new one, just with -y coords
Re: Textdraw newline -
Sergei - 17.08.2010
Use
tag
Re: Textdraw newline -
ғαιιοцт - 17.08.2010
create a box on the textdraw, witch has invisible color

that'll automaticly create a new line
Re: Textdraw newline -
LifeStyle - 17.08.2010
Use this: ~n~ this will make a new line
Re: Textdraw newline -
westre - 17.08.2010
That's what I needed Fallout, I already knew of the ~n~ but thanks for the help guys.