SA-MP Forums Archive
Bugged textdraws - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Bugged textdraws (/showthread.php?tid=495549)



Bugged textdraws - DovIIs - 17.02.2014

Код:
Textdraw24 = TextDrawCreate(298.333343, 174.062957, "New Textdraw");
	TextDrawBackgroundColor(Textdraw24, 255);
	TextDrawFont(Textdraw24, 5);
	TextDrawAlignment(Textdraw2, 1);
	TextDrawLetterSize(Textdraw24, 0.000000, 18.718727);
	TextDrawColor(Textdraw24, -1);
	TextDrawSetOutline(Textdraw24, 0);
	TextDrawSetProportional(Textdraw24, 1);
	TextDrawSetShadow(Textdraw24, 1);
	TextDrawUseBox(Textdraw24, 1);
	TextDrawBoxColor(Textdraw24, 255);
	TextDrawTextSize(Textdraw24, 90.000000, 160.000000);
	
	Textdraw25 = TextDrawCreate(439.000000, 173.233337, "New Textdraw");
	TextDrawBackgroundColor(Textdraw25, 255);
	TextDrawFont(Textdraw25, 5);
	TextDrawAlignment(Textdraw2, 1);
	TextDrawLetterSize(Textdraw25, 0.000000, 18.442180);
	TextDrawColor(Textdraw25, -1);
	TextDrawSetOutline(Textdraw25, 0);
	TextDrawSetProportional(Textdraw25, 1);
	TextDrawSetShadow(Textdraw25, 1);
	TextDrawUseBox(Textdraw25, 1);
	TextDrawBoxColor(Textdraw25, 255);
	TextDrawTextSize(Textdraw25, 90.000000, 160.000000);
What is wrong with these skins on the code? Becouse i got this.. :




Re: Bugged textdraws - Jimmy0wns - 17.02.2014

Just move them more to the left.