Colors
#1

Whats the color code of a transparent black? I have a textdraw box, but its solid grey i want it to be black and transparent.
Reply
#2

Код:
	TextDrawUseBox(TDLottoTitle,1);
	TextDrawBoxColor(TDLottoTitle,0x0000007f);
edit: i suggest you to give those values a try aswell: 0000003f 0000006f ...9f ...cf ...ff, you wont like the half transparent 7f, the relevant parts are the 2 least significant digits..
Reply
#3

Ty ill try it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)