I have installed the RGHUD Sleek DarkRP HUD
[url]https://scriptfodder.com/scripts/view/368[/url]
i have a problem at the bottom of the hud the default one interfears with the custom hud.
[IMG]http://i.imgur.com/rd2DNq1.jpg[/IMG]
Thanks for your help guys
Contact the script author. We can't help with paid scripts.
no i just need to know how to disable the default hud
Google ! [url]http://wiki.garrysmod.com/page/GM/HUDShouldDraw[/url]
[CODE]function hidehud(name)
if shouldDraw then
for k, v in pairs{"CHudHealth", "CHudBattery", "CHudAmmo", "CHudSecondaryAmmo"} do
if name == v then return false end
end
end
end
hook.Add("HUDShouldDraw", "hidehud", hidehud)
[/CODE]
Add that somewhere in the main HUD file
Sorry, you need to Log In to post a reply to this thread.