diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/HudAnimations_custom.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
