how can i change colour
#3

try
pawn Код:
SetTimerEx("color", 1000, true, "i", playerid);
pawn Код:
forward color()

public color()
{
    TextDrawColor(text, 0x0000FFFF); //this is blue
    return 1;
}
Reply


Messages In This Thread
how can i change colour - by XaibBaba - 02.12.2014, 12:17
Re: how can i change colour - by UltraScripter - 02.12.2014, 12:20
Re: how can i change colour - by UltraScripter - 02.12.2014, 12:24
Re: how can i change colour - by Lordzy - 02.12.2014, 12:31
Re: how can i change colour - by XaibBaba - 02.12.2014, 12:44
Re: how can i change colour - by Larceny - 02.12.2014, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)