25.11.2012, 01:16
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);