SA-MP Forums Archive
Help with TD - 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: Help with TD (/showthread.php?tid=540442)



Help with TD - ShoortyFl - 04.10.2014

So, these 2 textdraw wont show up at all, i don't know what the problem is, when i create them in editor everything looks alright, but after i put em in gm, they show up partly, but never in full.

Код:
	LoginBox6 = TextDrawCreate(0.000000, 94.062500, "//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////");
	TextDrawLetterSize(LoginBox6, 0.835999, 0.882500);
	TextDrawAlignment(LoginBox6, 1);
	TextDrawColor(LoginBox6, 65535);
	TextDrawSetShadow(LoginBox6, 0);
	TextDrawSetOutline(LoginBox6, 1);
	TextDrawBackgroundColor(LoginBox6, 51);
	TextDrawFont(LoginBox6, 2);
	TextDrawSetProportional(LoginBox6, 1);

	LoginBox7 = TextDrawCreate(-109.000000, 347.062500, "\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\");
	TextDrawLetterSize(LoginBox7, 0.543500, 1.245625);
	TextDrawAlignment(LoginBox7, 1);
	TextDrawColor(LoginBox7, 65535);
	TextDrawSetShadow(LoginBox7, 0);
	TextDrawSetOutline(LoginBox7, 1);
	TextDrawBackgroundColor(LoginBox7, 51);
	TextDrawFont(LoginBox7, 2);
	TextDrawSetProportional(LoginBox7, 1);



Re: Help with TD - Wizzy951 - 04.10.2014

Try changing the font.