Smesifade-
Thank you!
edit: it didn't work, I have both lowcolor 1 and lowcolor 2 at 221 74 56 255. what should they be to have the bottom outline/shadow as red? also, what does each of them change/represent?
I don't know if this works becuase i don't use m0hud but let's see if this works.
To change the shadow of the shadow,go to scripts > hudanimations
ctrl+f "Health Dying Pulse"
At the end of "PlayerHealthCrossBG",put this.
Animate PlayerStatusHealthValueShadowExtra BgColor "LowColor1" Linear 0.0 0.075 Animate PlayerStatusHealthValueShadowExtra BgColor "LowColor2" Linear 0.125 0.075
It should end like this.
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.075 Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.125 0.075 Animate PlayerHealthBG BgColor "LowColor1" Linear 0.0 0.075 Animate PlayerHealthBG BgColor "LowColor2" Linear 0.125 0.075 Animate SpecPlayerHealthBG BgColor "LowColor1" Linear 0.0 0.075 Animate SpecPlayerHealthBG BgColor "LowColor2" Linear 0.125 0.075 Animate PlayerHealthCrossBG BgColor "LowColor1" Linear 0.0 0.075 Animate PlayerHealthCrossBG BgColor "LowColor2" Linear 0.125 0.075 Animate PlayerStatusHealthValueShadowExtra BgColor "LowColor1" Linear 0.0 0.075 Animate PlayerStatusHealthValueShadowExtra BgColor "LowColor2" Linear 0.125 0.075
Like i said,I don't know if this works.
Unfortunately this still didn't seem to work. Thanks for the help, though.