New line in text draws - 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: New line in text draws (
/showthread.php?tid=69443)
New line in text draws -
Kinetic - 18.03.2009
Is it possible to make it skip to the next line in a text draw? I have tried \n and \r, all they do is make a space. Is there another or is it even possible?
EDIT: hold on, I just remembered the ~n~ from the GameModeText. I am testing this.
UPDATE: Yup, ~n~ worked. Carry on
Re: New line in text draws -
Simon - 18.03.2009
Use "~n~"...
e.g. "Line 1~n~Line 2"
Re: New line in text draws -
ledzep - 18.03.2009
I've never done it on purpose, but I have done it accidentally when a filterscript textdraw 'highjacked' a gamemode textdraw.
Try "~n~" (without quotations)
Re: New line in text draws -
Dujma - 18.03.2009
Use ~n~ ingame and use \n in your script
Re: New line in text draws -
Simon - 18.03.2009
Doesn't SMF warn you when someone makes a post while you're posting anymore?
Re: New line in text draws -
Google63 - 18.03.2009
For me all of this above my post didn't worked so i put- " " and did work
Re: New line in text draws -
mascii - 18.03.2009
Quote:
Originally Posted by JoeBullet
For me all of this above my post didn't worked so i put- " " and did work
|
Maybe because u didnt have " " in the first place?