From 5c650570389044ddd588e83d595a8794fb1e8032 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 25 Oct 2016 08:39:17 -0600 Subject: Updated DamagePlayer to fix potential FPS loss --- scripts/HudAnimations_custom.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts') diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index 8c34557..8485b9d 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -131,6 +131,17 @@ event HudLowAmmoPulseStop Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 } +//=========================================== +event DamagedPlayer +{ + StopEvent HitMarker 0.0 + RunEvent HitMarker 0.01 +} + +event HitMarker +{ + // Empty +} //=========================================== // Spy Disguise -- cgit v1.2.3