• NULL Ent in GiveNamedItem!
    4 replies, posted
Hi ! (Sorry for my bad english i'm french --') I've a big problem with my garry's mod dedicated server ! It is on DarkRP gamemode! When i'm on the server, he say : "Attempted to create unknown entity type weapon_toolgun! NULL Ent in GiveNamedItem!" How repair this ? Help me please .. =(
Replace weapon_toolgun with gmod_tool It says NULL Ent because weapon_toolgun doesn't exist, I assume it's a darkRP shipment that's being made wrong.
Oh ok thanks ! But where is the bad file ?
I do believe this the wrong section and should be posted somewhere in the lua section, but regardless, here's an idea: If you opened up EVERY SINGLE LUA FILE regarding your gamemode, in Notepad ++ or something similar, though they must be tabbed in the same program or it will be long and tedious, you can now press Ctrl+F and it will open a find window. Type into the window "weapon_toolgun" and then hit Find in All Documents or whatever it is. You can even choose to automatically replace any instance where it says "weapon_toolgun" with "gmod_tool" automatically. I don't know the exact file you're looking for, but this way will help you find it.
Thank you very much ! I'll try that and I come back you say if this works ;) [editline]01:41PM[/editline] Thank you very much ! Good day !
Sorry, you need to Log In to post a reply to this thread.