how to adjust this textdraw ?
#1



in this picture chk at the backside of MAPName downwards at textdraw the blue blue thing is the timer i want to adjust it after TimeLeft: 245 like this
Код:
	TimeLeft = TextDrawCreate(275.000000, 428.000000, "~b~180");
	TextDrawBackgroundColor(TimeLeft, 255);
	TextDrawFont(TimeLeft, 2);
	TextDrawLetterSize(TimeLeft, 0.299999, 1.600000);
	TextDrawColor(TimeLeft, -1351084033);
	TextDrawSetOutline(TimeLeft, 0);
	TextDrawSetProportional(TimeLeft, 1);
	TextDrawSetShadow(TimeLeft, 1);

	Textdraw1 = TextDrawCreate(275.000000, 428.000000, "TimeLeft:");
	TextDrawBackgroundColor(Textdraw1, 255);
	TextDrawFont(Textdraw1, 2);
	TextDrawLetterSize(Textdraw1, 0.269999, 1.600000);
	TextDrawColor(Textdraw1, -1);
	TextDrawSetOutline(Textdraw1, 0);
	TextDrawSetProportional(Textdraw1, 1);
	TextDrawSetShadow(Textdraw1, 1);
	TextDrawSetSelectable(Textdraw1, 1);

	Textdraw2 = TextDrawCreate(424.000000, 428.000000, "Map Name:");
	TextDrawBackgroundColor(Textdraw2, 255);
	TextDrawFont(Textdraw2, 2);
	TextDrawLetterSize(Textdraw2, 0.300000, 1.600000);
	TextDrawColor(Textdraw2, -1);
	TextDrawSetOutline(Textdraw2, 0);
	TextDrawSetProportional(Textdraw2, 1);
	TextDrawSetShadow(Textdraw2, 1);
	TextDrawSetSelectable(Textdraw2, 0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)