Fix lingering hitmarker on death
BingBongBonky opened this issue · 1 comments
BingBongBonky commented
//===========================================
// Fix for lingering HUD animations
event HudSnapShotReminderIn
{
Animate ScreenshotPanel Position "c-83 -50" Linear 0.0 0.001
Animate ScreenshotPanel Position "c-83 -50" Spline 0.001 0.2
RunEvent HudHealthDyingPulseStop 10.0
RunEvent HudHealthBonusPulseStop 10.0
RunEvent HudLowAmmoPulseStop 10.0
RunEvent HudMedicChargedStop 10.0
RunEvent HitMarkerStop 0.1
}
Need to add HitMarkerStop
BingBongBonky commented
This doesn't fix it and considering this only occurs in instant respawn servers like MGE I won't bother to fix unless someone else does it.