21.10.2011, 21:39
I made a textdraw and the color won't ever work, it stays black.
How can I make it go to the color I want?
** I have it to set as a string if that is a problem.
pawn Код:
Away = TextDrawCreate(558.000000, 99.000000, "(AWAY)");
TextDrawBackgroundColor(Away, 255);
TextDrawFont(Away, 3);
TextDrawLetterSize(Away, 0.580000, 1.800000);
TextDrawColor(Away, 0x00CCCCCC);
TextDrawSetOutline(Away, 0);
TextDrawSetProportional(Away, 1);
TextDrawSetShadow(Away, 1);
** I have it to set as a string if that is a problem.