I got the Half Life 2 HUD over my custom HUD, on my Dark RP server.. I have no idea what to do.. Picture: [url]http://steamcommunity.com/sharedfiles/filedetails/?id=274534608[/url]
Could you provide more information? Any errors, DarkRP version, SleekHUD version, etc.
[QUOTE=KraaZe;45186125]Could you provide more information? Any errors, DarkRP version, SleekHUD version, etc.[/QUOTE]
It's the newest sleek HUD, no errors.. Happend when i "messed" arround with cl.hud.lua and replacehud..
[url=http://wiki.garrysmod.com/page/GM/HUDShouldDraw]http://wiki.garrysmod.com/page/GM/HUDShouldDraw[/url]
lua/autorun/hudfix.lua
[lua]
AddCSLuaFile();
if (CLIENT) then
hook.Add("HUDShouldDraw", "HUDFix", function(name)
if (name == "CHudHealth") then
return false;
end;
end);
end;
[/lua]
[QUOTE=Khub;45186146][url=http://wiki.garrysmod.com/page/GM/HUDShouldDraw]http://wiki.garrysmod.com/page/GM/HUDShouldDraw[/url]
lua/autorun/hudfix.lua
[lua]
AddCSLuaFile();
if (CLIENT) then
hook.Add("HUDShouldDraw", "HUDFix", function(name)
if (name == "CHudHealth") then
return false;
end;
end);
end;
[/lua][/QUOTE]
YOU'RE A LEGEND!!! Been trying to fix this for 5 hours!! Thank you!
Sorry, you need to Log In to post a reply to this thread.