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
#2

TextDrawBackgroundColor
And if you mean the box
TextDrawUseBox
TextDrawBoxColor
EDIT here:
pawn Код:
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);
        TextDrawUseBox(tTimer,1);
        TextDrawBoxColor(tTimer,-1);
        TextDrawBackgroundColor(tTimer,0);
Reply
#3

That work not i want the Textdraw like that, with the black Background:



Because mine is so:

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)