[B]Hello,[/B]
I hate to be that one guy that can't figure out the simplest of things, but I just for some reason can't wrap my head around this.
The default DarkRP hud is overlapping my new hud. This is what it looks like.[IMG]http://images.akamai.steamusercontent.com/ugc/89343423318792450/9A4D7EE6996AE4F9B16691FC799CE8D2A238D4EF/[/IMG]
[B]Any and all help are appreciated![/B]
[B]Edit: I know it's dumb, but if you're going to mark it down as dumb then you must know what's wrong. So please. Any help is appreciated.[/B]
Your link doesn't work.
also there is more then just DarkRP_HUD.
here you can see all of them, even with comments what they do exactly :)
[url]https://github.com/FPtje/darkrpmodification/blob/master/lua/darkrp_modules/hudreplacement/cl_hudreplacement.lua#L1.L36[/url]
Thank you to everyone that has attempted to help. I am going to try everything that was recommended.
[editline]4th January 2017[/editline]
[QUOTE=thejjokerr;51622312]I'm not familiar with darkrp but searching through the source code told me you can use the HUDShouldDraw hook can be used to override the agenda, lock down and hunger mod huds:
[url]https://github.com/FPtje/DarkRP/search?utf8=✓&q=Hudshoulddraw[/url]
[editline]4th January 2017[/editline]
Also found: DarkRP_HUD
So to give an example:
(typing on my phone so bare with me)
[lua] hook.Add('HUDShouldDraw', 'hidedefaault', function(name) if name == 'DarkRP_HUD' then return false end end) [/lua][/QUOTE]
Ok, so I placed that hook in there, but nothing changed. Is there another area I am supposed to put that in? Thank you btw.
[QUOTE=toxiczombiefu;51623673]Thank you to everyone that has attempted to help. I am going to try everything that was recommended.
[editline]4th January 2017[/editline]
Ok, so I placed that hook in there, but nothing changed. Is there another area I am supposed to put that in? Thank you btw.[/QUOTE]
Change the values in that table; don't add a separate hook.
Sorry, you need to Log In to post a reply to this thread.