Keyforgive me if this was answered, but is there any way to have the hud crosshair flash after doing damage?
thanks
I dunno if it was answered but here's what you do:
go to tf/scripts/HudAnimations_tf.txt
open it up
under 'event DamagedPlayer,' put the following:
event DamagedPlayer
{
Animate xHairCircle FgColor "255 0 0 255" Accel 0.0 0.0
Animate xHairCircle FgColor "255 255 255 100" Accel 0.2 0.0
}
with the xHairCircle being whatever crosshair you want. the second color has to be what color your crosshair is.