// Binds key, default k, to remove all HUD from screen (no chat). // Author: [DI]BorderFox // Date: 2009-10-17 // Feel free to distribute. // Place in q3ut4 folder. Replace bind k, with the key you want to use. And run exec clean_hud.cfg from console. set hud_off "seta cg_draw2d 0;seta cg_drawhands 0; wait 15; ut_echo HUD Info: ^1Off;set hud vstr hud_on" set hud_on "seta cg_draw2d 1;seta cg_drawhands 1; wait 15; ut_echo HUD Info: ^2On;set hud vstr hud_off" set hud "vstr hud_off" bind k "vstr hud"