ScoutmanjuniorUnable to change text color of charge meter's label?
HudItemEffectMeter.res > ItemEffectMeterLabel
I remember huds doing this but it doesn't seem to be possible anymore.
Looking around and it looks like it's broken where it once worked.
2017
2020
EDIT
the meter itself also seems to have fgColor locked
you have to set enabled to 0 and visible to 1 for ItemEffectMeterLabel and it will be black
that works ty
also you can then change it's color with DisabledFgColor2_override and Label.DisabledFgColor1 (_override doesn't work with this one you have to change it in ClientScheme)
still no luck with the bar's fgColor tho