Added client config and HUD

master
AlmTech 5 years ago
parent 75d2fbdc79
commit ad2b8509f5
  1. 9
      gamemode/core/client/cl_config_vars.lua
  2. 8
      gamemode/core/client/cl_hud.lua

@ -0,0 +1,9 @@
-- __ _ _______ _ __
-- / / /\ | | |__ __| | | \ \
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > >
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / /
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/
Quantum.Client.Config = {}
Quantum.Client.Config.EnableHUD = true

@ -0,0 +1,8 @@
-- __ _ _______ _ __
-- / / /\ | | |__ __| | | \ \
-- / / / \ | |_ __ ___ | | ___ ___| |__ \ \
-- < < / /\ \ | | '_ ` _ \| |/ _ \/ __| '_ \ > >
-- \ \ / ____ \| | | | | | | | __/ (__| | | | / /
-- \_\ /_/ \_\_|_| |_| |_|_|\___|\___|_| |_| /_/
hook.Add( "HUDShouldDraw", "Quantum_RemoveDefualtHUD", function() return false end)
Loading…
Cancel
Save