background of ammo count.

Dodo

Tank
Joined
Aug 30, 2004
Messages
2,140
Reaction score
0
hi, i want to make the background of the ammo and life count 100 % transparent. how do i do this ? i changed the backgroundtype but nothing happens.
and... how do i move the ammo and ammo2 possition to the right side of the screen, changing the x and y positions doesnt help.
thanks :D

-dodo
 
Change the opacity. In the settings for colour, there should be one for Alpha (like CThisObject.rgba = 255,255,255,0, where 0 is the alpha. I don't think its rgba though). Fiddle with that a bit.

-Angry Lawyer
 
I take it you do realise that making something 100% transparent means it's invisible, right?? Wouldn't it be better to just not render it? (or remove it all together)
 
I think it's built into the VGUI panel. So, unless you derive a new class and remove it from there, you're not going to get any panel lovin without either changing the alpha, or completely screwing all other panels.

-Angry Lawyer
 
Back
Top