I've seen the gmod wiki page for making a hud but the part for when picking up weaapons/ammo/health/armor. I do believe this is from the engine because it looks like Derma, but i really need it removed. Thanks in advance!
The hook required is [B][URL="http://wiki.garrysmod.com/?title=Gamemode.HUDShouldDraw"]Gamemode.HUDShouldDraw [IMG]http://wiki.garrysmod.com/favicon.ico[/IMG][/URL][/B], the element you want to hide is [URL="http://wiki.garrysmod.com/?title=CHudWeapon"]CHudWeapon[/URL] and the hook has a string as a parameter for which hud element is being drawn, returning false stops it drawing.
I think these are the functions you need for this and it's better for you in the long run to be able to work out how to do it from there.
Works. Thanks
Sorry, you need to Log In to post a reply to this thread.