Encountered a problem with the [URL="http://steamcommunity.com/sharedfiles/filedetails/?id=264403590"]Dismemberment Mod[/URL], requesting a fix to it.
I'm asking for it here because nobody is updating it anymore but people do use it frequently.
I remember that an update on Gmod broke many addons, so that may be the problem.
Script error:
[code]
[ERROR] addons/dismemberment_mod/lua/autorun/dismemberment.lua:3778: attempt to
index a nil value
1. Gore - addons/dismemberment_mod/lua/autorun/dismemberment.lua:3778
2. fn - addons/dismemberment_mod/lua/autorun/dismemberment.lua:1951
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:179
[/code]
I'm not that much of a lua wizard myself, so...
EDIT: Only seems to occur in multiplayer server.
Can you post the file in a Pastebin please?
[QUOTE=code_gs;47527796]Can you post the file in a Pastebin please?[/QUOTE]
There's multiple files, do you want a direct download?
[QUOTE=Duckakku;47532308]There's multiple files, do you want a direct download?[/QUOTE]
Post the file that's erroring.
[QUOTE=Hoffa1337;47532499]Post the file that's erroring.[/QUOTE]
[URL="http://pastebin.com/UM59a1kr"]Here.[/URL]
I can put it as download if you want.
Hasn't it always been like infamously broken in MP? That's why I made my own from scratch. Anyways, the error is on this line:
[code]
if GetConVar("dismemberment_bloodstream"):GetBool() then
[/code]
This is because the "dismemberment_bloodstream" convar is clientside only. You'd have to change all of those convars to serverside replicated to work.
Sorry, you need to Log In to post a reply to this thread.