local hide = {
["CHudWeaponSelection"] = true,
["CHudBattery"] = true
}
hook.Add( "HUDShouldDraw", "HideHUD", function( name )
if ( hide[ name ] ) then
return false
end
-- Don't return anything here, it may break other addons that rely on this hook.
end )
Вот это вставляешь и должно...