SA-MP Forums Archive
Textdraw question (easy one) - 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: Textdraw question (easy one) (/showthread.php?tid=204709)



Textdraw question (easy one) - *IsBack - 30.12.2010

Hi,
I've been searching a lot, but can't seem to find alternatives to move a textdraw than destroying and recreating it..
So it there any other way to move it without need to recreate it?


Re: Textdraw question (easy one) - TopAz07 - 30.12.2010

you mean a moving textdraw while running server


Re: Textdraw question (easy one) - Cank - 30.12.2010

no, the textdraw position is stated in TextDrawCreate, there is no function like MoveTextDraw, when you want it at another position, you have to destroy and recreate it with new coordinates.


Re: Textdraw question (easy one) - LegendNissanGTR - 30.12.2010

You mean the position of the textdraw?


Re: Textdraw question (easy one) - *IsBack - 30.12.2010

Quote:
Originally Posted by Cank
Посмотреть сообщение
no, the textdraw position is stated in TextDrawCreate, there is no function like MoveTextDraw, when you want it at another position, you have to destroy and recreate it with new coordinates.
Thanks, that's what I was asking :P

Quote:
Originally Posted by TopAz07
Посмотреть сообщение
you mean a moving textdraw while running server
No, move it while the server is offline[/sarcasm]


Re: Textdraw question (easy one) - Crime Life ROLEPLAY - 30.12.2010

well if you mean moving textdraw then you may need this