Hello everyone!
I'm in the progress of learning scripting by reverse engineering and also by making some stuff myself.
At the moment I have a problem where the bought entities of a player don't get removed when they change jobs in DarkRP.
Also when I kill a NPC, the dead body will stay there until map or server restart.
I hope anyone has a fix for these problems.
And thanks a lot in advance!
I wish I could help but I dont know anything about these topics, but I am pretty sure they are set vars in the dark rp settings text document. I could be wrong but scim through there and mabey youll find what you need.
I'm not sure about the NPC problem but darkrpmodification-master/lua/darkrp_config/settings.lua has a line for entities
[CODE]-- removeclassitems - Enable/disable shipments/microwaves/etc. removal when someone changes team.
GM.Config.removeclassitems = true[/CODE]
Edit:
it's on line 132 btw
[QUOTE=broden1234;50502350]I'm not sure about the NPC problem but darkrpmodification-master/lua/darkrp_config/settings.lua has a line for entities
[CODE]-- removeclassitems - Enable/disable shipments/microwaves/etc. removal when someone changes team.
GM.Config.removeclassitems = true[/CODE]
Edit:
it's on line 132 btw[/QUOTE]
I already have this set on true, I should've included this info in the thread. :P
hmmm im not sure then. could be an addon i guess but that would be a weird interference
Sorry, you need to Log In to post a reply to this thread.