[Help]Blinking text
#5

This is just an idea, but what if you create a new function like
Код:
 forward TextDrawColorChange(textdraw);
public TextDrawColorChange(textdraw)
{
    TextDrawColor(textdraw,"any other color");
    return 1;
}
Then, GameModeInit you create a timer like this
Код:
SetTimerEx("TextDrawColorChange", 5000, true, "s", Example);
Every 5 seconds you have a new color.. I dont very well the signature of the function SetTimerEx, if is it wrong, correct me please
Reply


Messages In This Thread
[Help]Blinking text - by Danny1 - 05.04.2012, 12:10
Re: [Help]Blinking text - by blank. - 05.04.2012, 12:21
Re: [Help]Blinking text - by Danny1 - 05.04.2012, 12:32
Re: [Help]Blinking text - by Danny1 - 05.04.2012, 13:07
Re: [Help]Blinking text - by DR3AD - 05.04.2012, 13:15
Re: [Help]Blinking text - by Danny1 - 05.04.2012, 13:49
Re: [Help]Blinking text - by DR3AD - 05.04.2012, 13:51

Forum Jump:


Users browsing this thread: 1 Guest(s)