driftaso I realise there is a bug where sometimes you will respawn and the game displays the low ammo colour, but why does my hud keep displaying these random colours?
Show ContentShow ContentShow Content
what is causing this? is there a predefined set of colours in my clientscheme that aren't being used in the regular version of the hud?
any help is appreciated - ideally I want to remove these colours.
Wiethoofddeguput this into your hud animationsThat is actually brilliant! Making sure certain things properly reset when you're dead, because that's the only time the Screenshot Reminder shows up
event HudSnapShotReminderIn { RunEvent HudHealthDyingPulseStop 10.0 RunEvent HudHealthBonusPulseStop 10.0 RunEvent HudLowAmmoPulseStop 10.0 RunEvent HudMedicChargedStop 10.0 }
but where do the random(?) colours come from and why? just curious