SA-MP Forums Archive
Movable 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)
+--- Thread: Movable textdraw (/showthread.php?tid=428898)



Movable textdraw - x96664 - 07.04.2013

Hi to everybody reading this thread, Im wondering how to make a movable textdraw in a box just like on this video with the red box [ame]http://www.youtube.com/watch?v=8-laOTcqCj0[/ame] I know that this looks like gta vice city, but its a mode for gta sa.


Re: Movable textdraw - RajatPawar - 07.04.2013

I haven't seen any moving textdraws with any special functions, I guess it's timers and creating new textdraws some X co - ords away and destroying old textdraws. Also, LOL at "excisiting"


Re: Movable textdraw - x96664 - 07.04.2013

Quote:
Originally Posted by Rajat_Pawar
Посмотреть сообщение
I haven't seen any moving textdraws with any special functions, I guess it's timers and creating new textdraws some X co - ords away and destroying old textdraws. Also, LOL at "excisiting"
This isn't mine video I just found it when I was looking for something interesting, and yes it destroys the old textdraw for an example we have 3 textdraws, first - (free space), second - H,third HI. And it appears like this: 1,2,3,1 so it shows [ ], [ H],[ HI ],[ ].


Re: Movable textdraw - x96664 - 07.04.2013

I want the text to be something like this:
pawn Код:
new Adv =
{
    "     ",
    "    H",
    "   HI",
    "  HI ",
    " HI  ",
    "HI   ",
    "I    ",
    "     "
};



Re: Movable textdraw - x96664 - 07.04.2013

I found there the thing that I needed, so the thread can be closed!