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:
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
Video: https://www.youtube.com/watch?v=GkmNGzm_F3E
Code:
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);
Thanks in advance