new 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: new line (
/showthread.php?tid=277827)
new line -
svaba - 19.08.2011
HEY, WHAT IS CORRECT TO USE A NEW LINE ON A INFOBOX?
~n~
or
\n
Re: new line -
Jay. - 19.08.2011
Infobox? you mean dialog or textdraw?
dialog = \n
textdraw ~n~
Re: new line -
Bakr - 19.08.2011
It depends what you mean by info box, dialogs or textdraws? For textdraws you would use ~n~ and for dialogs \n.
Re: new line -
=WoR=G4M3Ov3r - 19.08.2011
Its \n
Re: new line -
svaba - 19.08.2011
Quote:
Originally Posted by Bakr
It depends what you mean by info box, dialogs or textdraws? For textdraws you would use ~n~ and for dialogs \n.
|
Yes textdraw, thanks.
Quote:
Originally Posted by Jay.
Infobox? you mean dialog or textdraw?
dialog = \n
textdraw ~n~
|
Thanks, rep for Both of you.