Clickable TextDraw Problem
#1

hi guys, i was working on a Textdraw so when i tested it (testing the TD Selection) without Selecting it, it's color Get changed :C While The Cursor was too far from that TD
Video: https://www.youtube.com/watch?v=GkmNGzm_F3E
Code:
Код:
	PredatorTD[8] = TextDrawCreate(457.276824, 85.166633, "Bravo Base");
	TextDrawLetterSize(PredatorTD[8], 0.449999, 1.600000);
	TextDrawAlignment(PredatorTD[8], 1);
	TextDrawColor(PredatorTD[8], -1);
	TextDrawSetShadow(PredatorTD[8], 0);
	TextDrawSetOutline(PredatorTD[8], 1);
	TextDrawBackgroundColor(PredatorTD[8], 51);
	TextDrawFont(PredatorTD[8], 2);
	TextDrawSetProportional(PredatorTD[8], 1);
	TextDrawSetSelectable(PredatorTD[8], true);
this is not first time i got this problem :c i always get it on these Normal TDs but preview always works fine
Thanks in advance
Reply


Messages In This Thread
Clickable TextDraw Problem - by adri[4]Life - 05.06.2017, 17:28
Re: Clickable TextDraw Problem - by renatog - 05.06.2017, 17:39
Re: Clickable TextDraw Problem - by adri[4]Life - 05.06.2017, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)