textdraw - 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 (
/showthread.php?tid=457946)
textdraw -
Kudoz - 14.08.2013
Hello! I have a drift counter and I've also added a new textdraw that tells the score you get.
Now I'm not very familiar with the coordinates around the screen, but here's the original one:
Код:
TextDrawCreate(500,170,"-");
I'd like my other textdraw under that one.. What number should I change? and to what?
Re: textdraw -
Matnix - 14.08.2013
You can use a textdraw editor or you can simply add a new line with :
~n~..
Re: textdraw -
Kudoz - 14.08.2013
Solved

Experience a little, and got it

Thanks though