Hi,
1. resource / FORMASGE.TTF
2. resource / ClientScheme / copy and paste at the bottom (change "10″ to the right number for you):
"10″
{
"font" "resource/FORMASGE.TTF"
"name" "FORMASGE"
}
3. resource / ClientScheme.res / copy and paste where you have your font section:
"xHairCirclePulse"
{
"1″
{
"name" "Formas germetricas 1″
"tall" "30″
"weight" "0″
"antialias" "1″
}
}
4. resource / ui / HudPlayerHealth.res / copy and paste:
"xHairCirclePulse"
{
"controlName" "CExLabel"
"fieldName" "xHairCirclePulse"
"visible" "1″
"enabled" "1″
"zpos" "2″
"xpos" "c-17″
"ypos" "r256″
"wide" "34″
"tall" "32″
"font" "xHairCirclePulse"
"labelText" "i"
"textAlignment" "center"
"fgcolor" "255 255 255 255″
}
change "xpos" and "ypos" so it fits your resolution.
5. scripts / HudAnimations_tf / under event HudHealthBonusPulse copy and paste:
Animate xHairCirclePulse FgColor "0 175 255 255″ Linear 0.0 0.0
6. scripts / HudAnimations_tf / under event HudHealthBonusPulseStop copy and paste:
StopPanelAnimations xHairCirclePulse 0.0
and:
Animate xHairCirclePulse FgColor "255 255 255 255″ Linear 0.0 0.0
7. scripts / HudAnimations_tf / under event HudHealthDyingPulse copy and paste:
Animate xHairCirclePulse FgColor "255 0 0 255″ Linear 0.0 0.0
8. scripts / HudAnimations_tf / under event HudHealthDyingPulseStop copy and paste:
StopPanelAnimations xHairCirclePulse 0.0
and:
Animate xHairCirclePulse FgColor "255 255 255 255″ Linear 0.0 0.0
9. Done