SA-MP Forums Archive
how to adjust this textdraw ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how to adjust this textdraw ? (/showthread.php?tid=537834)



how to adjust this textdraw ? - killing - 18.09.2014



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);