Textdraw problem.
#1

Hi, i have a textdraw for website but i am getting some problem with the alignment i want to align it to the left bottom corner but it aligns to the rightmost part where i only see half of the letters and others are out of monitor screen bounds.
Код:
	// Time
	WebTD = TextDrawCreate(633.000000,412.000000,"Website Here.");
	TextDrawFont(WebTD,3);
	TextDrawSetShadow(WebTD,0);
	TextDrawSetOutline(WebTD,1);
	TextDrawAlignment(WebTD,1);
	TextDrawLetterSize(WebTD,0.399999,1.500000);
	TextDrawColor(WebTD,COLOR_WHITE);
Reply


Messages In This Thread
Textdraw problem. - by Laure - 25.11.2012, 01:16
Re: Textdraw problem. - by Laure - 25.11.2012, 01:26
Re: Textdraw problem. - by Glad2BeHere - 25.11.2012, 01:33
Re: Textdraw problem. - by Glad2BeHere - 25.11.2012, 01:35
Re: Textdraw problem. - by Laure - 25.11.2012, 01:56
Re: Textdraw problem. - by Glad2BeHere - 25.11.2012, 02:07

Forum Jump:


Users browsing this thread: 1 Guest(s)