Meh, the title says it all. I can’t find a way to disable the HUD shown when a player changes weapon, not just disabling the normal HUD, so I need help.
[lua]hook.Add(“HUDShouldDraw”,“StopWeaponHUD”,function( name )
if name == “CHudWeapon” then return false end
end)[/lua]
**[Gamemode.HUDShouldDraw
http://wiki.garrysmod.com/favicon.ico](wiki.garrysmod.com/?title=Gamemode.HUDShouldDraw)**
Won’t work. I can still change and check my weapons.
And that’s how you do it! Thanks!
“Most likely the selection menu for weapons”
“Seems to be the same as CHudWeaponSelection”
:eng99:
Fixed