Help With Fading a 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 With Fading a Textdraw (
/showthread.php?tid=84402)
Help With Fading a Textdraw -
RyDeR` - 30.06.2009
When I spawn, There will comes in the Right side on the bottom "Created by RyDeR" My problem is I tried 100 times to
fade that away.
Example: "
First is dark, 1 second later Lighter Dark, 2 seconds More Lighter Dark, 3 seconds Most Ligher Dark, ..." So to fade that away.
I tried with Timers but It doesn't work
Anyobdy helps me?
Textdraw:
Code:
Textdraw0 = TextDrawCreate(421.000000,387.000000,"Created By");
Textdraw1 = TextDrawCreate(445.000000,409.000000,"[WsR]RyDeR");
TextDrawAlignment(Textdraw0,0);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawBackgroundColor(Textdraw1,0x000000ff);
TextDrawFont(Textdraw0,1);
TextDrawLetterSize(Textdraw0,0.799999,1.500000);
TextDrawFont(Textdraw1,1);
TextDrawLetterSize(Textdraw1,0.399999,1.200000);
TextDrawColor(Textdraw0,0xffffffcc);
TextDrawColor(Textdraw1,0xffffffcc);
TextDrawSetOutline(Textdraw1,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetProportional(Textdraw1,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawSetShadow(Textdraw1,1);
Re: Help With Fading a Textdraw -
kaisersouse - 30.06.2009
Quote:
Originally Posted by [WsR
RyDeR ]
Please anybody The topic is sliding away to down
|
no bumping!
Re: Help With Fading a Textdraw -
Serediucr - 30.06.2009
use a timer
Re: Help With Fading a Textdraw -
Serediucr - 30.06.2009
Quote:
Originally Posted by kaisersouse
Quote:
Originally Posted by [WsR
RyDeR ]
Please anybody The topic is sliding away to down
|
no bumping!
|
what i up with you today? no offence!
Re: Help With Fading a Textdraw -
RyDeR` - 30.06.2009
Quote:
Originally Posted by Serediucr
use a timer
|
I did it
But It won't change from color.