TD Color changer
#1

How do I make this Textdraw change colors every 3 seconds or so?

Код:
	PYWNICA1[playerid] = TextDrawCreate(251.000000, 0.000000, "_");
	TextDrawBackgroundColor(PYWNICA1[playerid], 255);
	TextDrawFont(PYWNICA1[playerid], 1);
	TextDrawLetterSize(PYWNICA1[playerid], 0.490000, 1.400000);
	TextDrawColor(PYWNICA1[playerid], -1);
	TextDrawSetOutline(PYWNICA1[playerid], 0);
	TextDrawSetProportional(PYWNICA1[playerid], 1);
	TextDrawSetShadow(PYWNICA1[playerid], 1);
	TextDrawUseBox(PYWNICA1[playerid], 1);
	TextDrawBoxColor(PYWNICA1[playerid], 100);
	TextDrawTextSize(PYWNICA1[playerid], 370.000000, 0.000000);
	
	PYWNICA2[playerid] = TextDrawCreate(282.000000, 1.000000, "LSDM");
	TextDrawBackgroundColor(PYWNICA2[playerid], 255);
	TextDrawFont(PYWNICA2[playerid], 1);
	TextDrawLetterSize(PYWNICA2[playerid], 0.629999, 1.200000);
	TextDrawColor(PYWNICA2[playerid], -1);
	TextDrawSetOutline(PYWNICA2[playerid], 0);
	TextDrawSetProportional(PYWNICA2[playerid], 1);
	TextDrawSetShadow(PYWNICA2[playerid], 1);
?
Reply


Messages In This Thread
TD Color changer - by ivndosos - 19.02.2018, 13:00
Re: TD Color changer - by RogueDrifter - 19.02.2018, 13:11
Re: TD Color changer - by AstroPoid - 19.02.2018, 13:16
Re: TD Color changer - by RogueDrifter - 19.02.2018, 13:36
Re: TD Color changer - by Mugala - 19.02.2018, 17:53
Re: TD Color changer - by GRiMMREAPER - 19.02.2018, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)