Textdraw problem. - 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: Textdraw problem. (
/showthread.php?tid=395053)
Textdraw problem. -
Laure - 25.11.2012
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);
Re: Textdraw problem. -
Laure - 25.11.2012
BUMP!
Re: Textdraw problem. -
Glad2BeHere - 25.11.2012
its 24-hrs to bump not 10 minutes you must wait for people to see your problem and make an attempted to fix before replying breeze out
Re: Textdraw problem. -
Glad2BeHere - 25.11.2012
you see u must use a TEXTDRAW EDITOR i would recommend using
https://sampforum.blast.hk/showthread.php?tid=376758
Re: Textdraw problem. -
Laure - 25.11.2012
I want to do it without the editor when did everything well how it happens?
Re: Textdraw problem. -
Glad2BeHere - 25.11.2012
well you need to find the exact location use a editor or ****** is your friend because those are the only two ways, there is a only TD creater but its giving trouble, get a TD Editor and begin working