19.02.2018, 13:00
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);