Textdraw Animations V2.0! -
clavador - 27.03.2012
For the old version, refer to this
link.
Textdraw Animations v2.0!
[ame]http://www.youtube.com/watch?v=jKmpM86T8Ns[/ame]
So, this new version has the same effects than the previous, but now supports multiple effects at once!
Not much has changed since the last version about the use. It pretty much remains the same, so you may want to
read this before using this new version.
What changed?
You create the textdraws as usual ( read the first version for info about this ), and then you need to add this before using any of the effects ( just one time before each string of effects! ):
That is just a nice macro for "
new tid", wich is a variable that stores a random id number for the timers. You can just do "
new tid" and it would be the same.
And then you just use the usual functions:
pawn Code:
Init_Effects();
TextDraw_FadeIn( playerid, TEXTDRAWS_ANIMATION_0, 100, 0, 0, 2 );
TextDraw_Pulsate( playerid,-1,40, 100, 8, 10 );
And finally, to hide the textdraws you now use:
TextDraw_Hide( playerid, timerid, textdrawid_min, textdrawid_max );
The timerid is the id of the timer wich has been assigned to each textdraw effect. You don't need to specify it. Just use it inside "OnAnimFinish()" and you're good to go.
Enjoy and comment any bugs!
Download:
Version 2.1
Version 2.0 ( 27-Mar-12 )
Test script
Bugs:
- The first time you show the "grow" animation, it can look "laggy", but it will work fine after the first use.
Updates:
Code:
Changelog v2.1:
- Fixed a bug at Textdraw_Pulsate.
- Added option to Textdraw_FadeIn to play a sound for each textdraw shown. Sintax would be: TextDraw_FadeIn( playerid, index, speed, duration, t_buffer_min, t_buffer_max, soundid );
Re: Textdraw Animations V2.0! -
Jochemd - 27.03.2012
Video?
Re: Textdraw Animations V2.0! -
clavador - 27.03.2012
Quote:
Originally Posted by Jochemd
Video?
|
There's a video posted. Look closer...
Re: Textdraw Animations V2.0! -
Littlehelper - 27.03.2012
Why did you created another thread for this?
Re: Textdraw Animations V2.0! -
Michael@Belgium - 27.03.2012
You should editing your post
here !. And the pastebin links are not workign ?!
EDIT: nvm, pastebin.com is terrible slow ! I see it now
Re: Textdraw Animations V2.0! -
iMaxRobot - 27.03.2012
Please will someone make a Fade in textdraw animation for me? I am beginner.
Under OnPlayerConnect?
Re: Textdraw Animations V2.0! - T0pAz - 27.03.2012
Quote:
Originally Posted by Littlehelper[MDZ]
Why did you created another thread for this?
|
this.
Respuesta: Textdraw Animations V2.0! -
Don_pepe - 27.03.2012
i like :$
Re: Textdraw Animations V2.0! -
clavador - 30.03.2012
Fixed a bug and added an extra parameter to TextDraw_FadeIn.
I'll be working on more effects when I finish another project I was working on before this.
Here's what you can do with this new parameter:
[ame]http://www.youtube.com/watch?v=SZ0POHptPw4[/ame]
Re: Textdraw Animations V2.0! -
Jochemd - 31.03.2012
To be honest I don't see a video.
Re : Textdraw Animations V2.0! -
BigBaws - 31.03.2012
C:\Users\Mininou\Desktop\Vodka\filterscripts\testd .pwn(2) : fatal error 100: cannot read from file: "TextDrawAnimations"
Re: Re : Textdraw Animations V2.0! -
clavador - 31.03.2012
Quote:
Originally Posted by BigBaws
C:\Users\Mininou\Desktop\Vodka\filterscripts\testd .pwn(2) : fatal error 100: cannot read from file: "TextDrawAnimations"
|
Redownload the test.pwn.
I forgot to change a name in one line.
Re: Textdraw Animations V2.0! -
Niko_boy - 14.05.2012
oww another one

Meh,Take it to win Awesome again
+1 for u
Edit: Bug found u forgot to add
public OnAnimFinish
NVM ^
Re: Textdraw Animations V2.0! -
Juninho_Oakley - 14.05.2012
Nice