Help With Fading a Textdraw
#1

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);
Reply
#2

Quote:
Originally Posted by [WsR
RyDeR ]
Please anybody The topic is sliding away to down
no bumping!
Reply
#3

use a timer
Reply
#4

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!
Reply
#5

Quote:
Originally Posted by Serediucr
use a timer
I did it But It won't change from color.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)