How to make an animated TD? - 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: How to make an animated TD? (
/showthread.php?tid=649337)
How to make an animated TD? -
wallen - 07.02.2018
Ok so, everything working, kill reward is not giving any problems. But i wanted to make it like something unique, something that animates the Td shown, istead of the common usage : Show>Disappear. I already made a topic regarding this but, well, explain better, is that something regarding timer again?
EDIT: Found something like this,
https://sampforum.blast.hk/showthread.php?tid=329177, did someone of you tried using this?
Re: How to make an animated TD? -
zMason - 07.02.2018
It depends on what effect you want, take progress bars as an example. They get the animated effect because they get updated regularly, but the actual purpose of a textdraw is as the name implies. Text drawn on a players screen.
Re: How to make an animated TD? -
JesterlJoker - 07.02.2018
You can show and hide the textdraw as you move it from left to right or vice versa using loops... It's just loops though...
Re: How to make an animated TD? -
ivndosos - 07.02.2018
What we're trying to do is maybe resize it like
For example the textdraw starts big and it resizes to a small size
Re: How to make an animated TD? -
Lucases - 07.02.2018
You can use a repeating timer to change the AA value, so it will have a fade effect.
Re: How to make an animated TD? -
Gammix - 07.02.2018
https://sampforum.blast.hk/showthread.php?tid=644785
This includes all kind of animations except moving the textdraws. There's a fading example in it.