summaryrefslogtreecommitdiff
path: root/scripts/hudanimations_custom.txt
diff options
context:
space:
mode:
authorIgor <[email protected]>2020-12-30 16:06:07 -0500
committerGitHub <[email protected]>2020-12-30 16:06:07 -0500
commit24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (patch)
tree789a72af982f38a854fce934adf85f17798b3ccd /scripts/hudanimations_custom.txt
parent64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (diff)
parentb3f0c0be8b3995a7c9943f8004ab9d08dd9fe95a (diff)
Merge pull request #160 from raysfire/dev
v2020.1230
Diffstat (limited to 'scripts/hudanimations_custom.txt')
-rw-r--r--scripts/hudanimations_custom.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt
index a1b2b6b..5b47cf8 100644
--- a/scripts/hudanimations_custom.txt
+++ b/scripts/hudanimations_custom.txt
@@ -124,7 +124,7 @@ event HudMedicChargedStop
Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001
}
//==================================================================================
-// Hitmarker Pulse
+
event DamagedPlayer
{
StopEvent HitMarker 0.0
@@ -137,6 +137,7 @@ event HitMarker
Animate CustomCrosshair FgColor "Crosshair" Linear 0.10 0.10001
}
//==================================================================================
+
// Spy Disguise
event HudSpyDisguiseFadeIn
{
@@ -162,26 +163,25 @@ event HudSpyDisguiseChanged
event HudSnapShotReminderIn
{
- RunEvent DefaultAnimHudSnapShotReminderIn 0.0
- RunEvent HudHealthBonusPulseStop 0.0
- RunEvent HudHealthDyingPulseStop 0.0
- RunEvent HudLowAmmoPulseStop 0.0
- RunEvent HudMedicChargedStop 0.0
+ RunEvent HudHealthDyingPulseStop 10.0
+ RunEvent HudHealthBonusPulseStop 10.0
+ RunEvent HudLowAmmoPulseStop 10.0
+ RunEvent HudMedicChargedStop 10.0
}
//==================================================================================
-event CompetitiveGame_LowerChatWindow
-{
- Animate HudChat ypos r120 Accel 0 0
+event TeamStatus_PlayerDead
+{
+ SetVisible respawntime 1 0
}
-event CompetitiveGame_RestoreChatWindow
-{
- Animate HudChat ypos 25 Accel 0 0
+event TeamStatus_PlayerAlive
+{
+ SetVisible respawntime 0 0.2
}
-event HudTournament_MoveChatWindow
-{
- RunEvent CompetitiveGame_LowerChatWindow 0
- RunEvent CompetitiveGame_RestoreChatWindow 0
-} \ No newline at end of file
+//==================================================================================
+
+event CompetitiveGame_LowerChatWindow { }
+event CompetitiveGame_RestoreChatWindow { }
+event HudTournament_MoveChatWindow { }