• HUD Problem.
    3 replies, posted
Hello guys. Im having this HUD probmem which i would really like to get solved. The problem is, that i installed a new HUD which works perfectly, but the yellow HP and Armor Suit, is still enabled. How can i fix this? :-)
[CODE]function hidehud(name) -- Removing the default HUD for k, v in pairs({"CHudHealth", "CHudBattery", "CHudAmmo", "CHudSecondaryAmmo", })do if name == v then return false end end end hook.Add("HUDShouldDraw", "HideDefaultHUD", hidehud)[/CODE] Add that at the top of the code
Thanks for the response, but in what file do i paste this? :-)
Do you have a CoderHire HUD? If so contact the owner unless you have a free one or made one yourself then paste this in the file where the HUD is created.
Sorry, you need to Log In to post a reply to this thread.