0 Members and 1 Guest are viewing this topic.
draw.RoundedBox( 8, 10, ScrH()*0.4 - 10, w + 20, totalh, Color( 111, 124, 138, 200 ) )
Unless I'm mistaken, I believe it's in addons\ulx\lua\ulx\cl_lib.lua, line 93:Code: [Select]draw.RoundedBox( 8, 10, ScrH()*0.4 - 10, w + 20, totalh, Color( 111, 124, 138, 200 ) )Lower the 200 on that Color() and should be more transparent.