Box does not go invisible
#1

I want to leave this box clickable and invisible, but it is getting all white, could anyone help me?

Код:
	ListBox[0] = TextDrawCreate(76.639778, 191.216567, "LD_SPAC:white");
	TextDrawLetterSize(ListBox[0], 0.000000, 0.000000);
	TextDrawTextSize(ListBox[0], 144.850631, 15.340006);
	TextDrawAlignment(ListBox[0], 1);
	TextDrawColor(ListBox[0], 0xFFFFFF00);
	TextDrawSetShadow(ListBox[0], 0);
	TextDrawSetOutline(ListBox[0], 0);
	TextDrawBackgroundColor(ListBox[0], 0xFFFFFF00);
	TextDrawBoxColor(ListBox[0], 0xFFFFFF00);
	TextDrawFont(ListBox[0], 4);
	TextDrawSetProportional(ListBox[0], 0);
	TextDrawSetShadow(ListBox[0], 0);
	TextDrawSetSelectable(ListBox[0], true);
Reply


Messages In This Thread
Box does not go invisible - by cellps - 03.09.2018, 18:52
Re: Box does not go invisible - by ShihabSoft - 03.09.2018, 19:20
Re: Box does not go invisible - by cellps - 03.09.2018, 19:50
Re: Box does not go invisible - by ShihabSoft - 03.09.2018, 19:58
Re: Box does not go invisible - by cellps - 03.09.2018, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)