Textdraw
#1

Hello, how to make that the Textdraw have an black Background?

Код:
	tTimer = TextDrawCreate(546.000000, 8.000000, "Timer~n~0:00");
	TextDrawBackgroundColor(tTimer, 255);
	TextDrawFont(tTimer, 3);
	TextDrawLetterSize(tTimer, 0.529999, 1.900000);
	TextDrawColor(tTimer, -1);
	TextDrawSetOutline(tTimer, 0);
	TextDrawSetProportional(tTimer, 1);
	TextDrawSetShadow(tTimer, 1);
Reply


Messages In This Thread
Textdraw - by Blackazur - 25.12.2012, 11:00
Re: Textdraw - by DaRk_RaiN - 25.12.2012, 11:04
AW: Textdraw - by Blackazur - 25.12.2012, 11:16

Forum Jump:


Users browsing this thread: 1 Guest(s)