SA-MP Forums Archive
Textdraws - 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: Textdraws (/showthread.php?tid=355558)



Textdraws - [IL]HeHu - 30.06.2012

Is it possible to check for a textdraws location on the screen? (X,Y)


Re: Textdraws - [KHK]Khalid - 30.06.2012

I don't think so. But you can always find the X and Y coordinates in the TextDrawCreate function 1st and 2nd parameters. Why do you need to get the location of a textdraw anyway?


Re: Textdraws - MadeMan - 30.06.2012

Textdraws are not moving by themselves. You are setting their location so you know where they are.


Re: Textdraws - Mean - 30.06.2012

You could define their position or save it into a variable if you want to get it later...