[Help] Moveable 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Moveable Textdraw (
/showthread.php?tid=275653)
[Help] Moveable Textdraw -
Mrki_Drakula - 10.08.2011
Hmmm...how i can make a moveable textdraw like
[ame="http://www.youtube.com/watch?v=eT31HBOWvMo&NR=1"]this[/ame]?
Thanks
Re: [Help] Moveable Textdraw -
Riddick94 - 10.08.2011
This is just counting, SetTimerEx and setting every count some amount for the function:
pawn Код:
TextDrawTextSize(Text:YourTextDraw, X, Y);
Re: [Help] Moveable Textdraw -
Mrki_Drakula - 11.08.2011
Thanks....