ControlopeOpen hudanimations.txt in /scripts and use Ctrl+F to find "event DamagedPlayer" (no quotations), then paste the following lines into the bracketed section:
Animate Crosshair?? FgColor "255 0 0 255" Linear 0.0 0.00001
Animate Crosshair?? FgColor "0 255 0 255" Linear 0.10 0.10001
What you also need to do is change the ?? to the number that corresponds to your Crosshair; I can't tell which of broeselhud's several cross-shaped crosshairs you are using, but you should know since you enabled it. Find it in hudlayout.res and scroll all the way to the right, and you should find "fieldName" "Crosshair??", with the specific crosshair's number in place of the question marks. Copy the number into the lines I've posted above for you to paste into hudanimations.txt.
The whole section should look something like this:
event DamagedPlayer
{
Animate DamageAccountValue Alpha "255" linear 0.0 0.0
Animate DamageAccountValue Alpha "0" linear 10.0 0.2
Animate DamageAccountValueBG Alpha "255" linear 0.0 0.0
Animate DamageAccountValueBG Alpha "0" linear 10.0 0.2
Animate Crosshair01 FgColor "255 0 0 255" Linear 0.0 0.00001
Animate Crosshair01 FgColor "0 255 0 255" Linear 0.10 0.10001
}
Thanks for the help, but there is no "event Damaged Player" in the broeselhud, i already checked, but i will try to copy-paste the "whole section" in the hud animations. I will let you know if it worked :)
EDIT : YEP, IT WORKS ! Thanks alot !