TextDraw New Line? Cuff Suggest? - 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)
+--- Thread: TextDraw New Line? Cuff Suggest? (
/showthread.php?tid=341874)
TextDraw New Line? Cuff Suggest? -
Admigo - 12.05.2012
Heey all,
1.Anyone knows how much posy the textdraw goes down when you use ~n~?
2. I have a cops and robbers server with if you are wanted 1-4 you are tickable and 5-10 you get arrested with your handsup.
Any suggest what will be cool to add cuff to the system?(I know how to make cuff)
Thanks Admigo
Re: TextDraw New Line? Cuff Suggest? -
HighPitchedVoice - 12.05.2012
~n~Only goes down one line if you have typed in the /announce etc
Re: TextDraw New Line? Cuff Suggest? -
Admigo - 12.05.2012
Quote:
Originally Posted by HighPitchedVoice
~n~Only goes down one line if you have typed in the /announce etc
|
If you creating a textdraw with ~n~ you can use a new line like for making a list. I need to know how much Y-pos it goes down.
Like:
Код:
//creating a textdraw with TextDrawCreate(5.000000, 110.000000,"1.pistol~n~2.silenced pistol");
//then i need to know the pos of 2.silenced pistol :5.000000, ?.000000
Re: TextDraw New Line? Cuff Suggest? -
mickos - 12.05.2012
Use a textdraw editor for a easy way
Re: TextDraw New Line? Cuff Suggest? -
[MG]Dimi - 12.05.2012
Find out using textdraw Editor.
It's 9.0. Line 1 is 9 Y units above line 2.
Re: TextDraw New Line? Cuff Suggest? -
Admigo - 12.05.2012
I will test it ,thank you so much. I need it for selecttextdraw because i need to convert the list to selecttextdraw.