SA-MP Forums Archive
Speedometer textdraw help - 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: Speedometer textdraw help (/showthread.php?tid=138805)



Speedometer textdraw help - Steven82 - 03.04.2010

I made a text draw, and copied what my friend said, know how do i make textdraw appear at the bottom middle instead of the middle of the screen?


Re: Speedometer textdraw help - dice7 - 03.04.2010

Change all the coords in TextDrawCreate

https://sampwiki.blast.hk/wiki/TextDrawCreate


Re: Speedometer textdraw help - Steven82 - 03.04.2010

Quote:
Originally Posted by dice7
Change all the coords in TextDrawCreate

https://sampwiki.blast.hk/wiki/TextDrawCreate
But..what are the cords of the screen?


Re: Speedometer textdraw help - dice7 - 03.04.2010

Well, the max is 640x480 irregarding your screen resolution.

You can try using this fs and create a sample textdraw in the position you want it to be, save it and copy the coords into your speedometer textdraw


Re: Speedometer textdraw help - Steven82 - 03.04.2010

I thrashed the text draw..i just made an OnPlayerGameText one, but i wish i could take out of the middle.