hey if anybody wants a hide hud bind that works on any server, send me a message. i don't want it to get bugfixed
there is a slight delay, but it doesn't really affect anything
jumping without viewmodels/a hud really is nice. speedshots are suddenly easy
edit - fair points:
alias cl_hud_hide "cl_hud_hide_1"
alias cl_hud_hide_1 "+score; hud_reloadscheme; alias cl_hud_hide cl_hud_hide_2"
alias cl_hud_hide_2 "+score; -score; alias cl_hud_hide cl_hud_hide_1"
bind yourkey cl_hud_hide
my implementation at least, you could add a toggle for mp_tournament and closedcaptions if you wanted
note: calling hud_reloadscheme too often can and will crash your game