30.06.2009, 18:14
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:
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);