transparent box
#1

hello how to do the box in textdraw transparent like this one


Reply
#2

Make sure the color you give the textdraw has its alpha channel set to something different than 0xFF. SA-MP uses colors in the hexadecimal formatted RGBA. 0x000000FF is visible black, because the first six numbers (minus the 0x) define the Red Green Blue-colors and A stands for alpha. If you change the 0xFF to another value between 0xFF and 0x00 it will become transparant.
Reply
#3

TextDrawBoxColor(textdraw, 0x000000AA);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)