I honestly hate to ask for help - as generally, I'd like to solve as many problems as possible myself, but I am honestly stumped here.
[IMG]http://i.imgur.com/dLX0MCu.png[/IMG]
As shown in that picture, I've added in a custom HUD, but I cannot remove the default death-run hud for some reason. (Ignore the uncached pictures). I've removed parts of the default death-run code, that only broke the game-mode, I've literally turned the opacity of the HUD elements down to 0, that has broken the entire gamemode. I'm at a loss here, I've scanned the internet pretty thoroughly and found nothing.
Any help would be appreciated, I'm running Mr Gash's version of Deathrun.
Edit the [URL="https://github.com/Mr-Gash/GMod-Deathrun/blob/318798867c7230c12e066b89dadb84b2925a8b9b/deathrun/gamemode/cl_init.lua#L47-L126"]GM:HUDPaint[/URL] function, but make sure the BaseClass is still called.
[QUOTE=code_gs;52469565]Edit the [URL="https://github.com/Mr-Gash/GMod-Deathrun/blob/318798867c7230c12e066b89dadb84b2925a8b9b/deathrun/gamemode/cl_init.lua#L47-L126"]GM:HUDPaint[/URL] function, but make sure the BaseClass is still called.[/QUOTE]
I believe I did that when I lowered the opacity, it was literally just editing the rgba of the Colors within the GM:HUDPaint. Could you give some more direction on how to do that? I'm pretty new to lua.
Just delete everything except the self.BaseClass call inside of the function.
Sorry, you need to Log In to post a reply to this thread.