SA-MP Forums Archive
Change text draw position. - 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: Change text draw position. (/showthread.php?tid=398238)



Change text draw position. - budelis - 08.12.2012

Hi,

If i have created textdraw. How to change his position?

Code:
TextDrawCreate(0.000000, 432.699645, "usebox");
I want to set timer, and set y coordinate lover value..


Re: Change text draw position. - Windrush - 08.12.2012

TextDrawCreate(X, Y, string[]);


AW: Change text draw position. - Nero_3D - 08.12.2012

You need to destroy and recreate the textdraw and use TextDrawCreate to set the position