[question] teamoverlay & team color in HUD
11. September 2010 - 16:39
yo ppl. in my custom HUD i want teamoverlay to be drawn over a background set to team color (as in default HUD). is there any way to do it in e+ 2.1?
11. September 2010 - 19:24
#1
Re: [question] teamoverlay & team color in HUD
add color T
in Team1-8 elements
11. September 2010 - 20:33
#3
Re: [question] teamoverlay & team color in HUD
Example line that works (bgcolor might be essential here)
Team1 { rect 440 425 200 9; fontsize 5 7; textstyle 1; textalign R; color T; bgcolor 0 0 0 0.5; }
yeah, but this doesn't work