SA-MP Forums Archive
Text like this - 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 like this (/showthread.php?tid=177043)



Text like this - FrankC - 15.09.2010

In my 3d text label it currently says this:

LSPD Type /enter

And i want it to say this:

LSPD
Type /enter

What is the code for that isnt it something with ~~


Re: Text like this - LarzI - 15.09.2010

~n~

This forum requires that you wait 120 seconds between posts. Please try again in 84 seconds. - fuck off


Re: Text like this - FrankC - 15.09.2010

Quote:
Originally Posted by LarzI
Посмотреть сообщение
~n~

This forum requires that you wait 120 seconds between posts. Please try again in 84 seconds. - fuck off
Okay thanks for quick responds


Re: Text like this - CuervO - 15.09.2010

on 3d textdraws is \n


Re: Text like this - FrankC - 15.09.2010

Quote:
Originally Posted by CuervO
Посмотреть сообщение
on 3d textdraws is \n
Doesnt work. ~n~ , ~/n~ and /n dont work none of these works i do like this :

Код:
// LSPD text
        new Text3D:label123;
        label123 = Create3DTextLabel("LSPD ~n~ Type /enter",0x33AA33AA, 1554.9730,-1675.7820,16.1953, 20,0,1);



Re: Text like this - [L3th4l] - 15.09.2010

~n~ won't work

Try, \n

NOT /n


Re: Text like this - LarzI - 15.09.2010

My mistake.