Players on my server can use Advanced Dupe and spawn entities if they have a dupe of it... Is there a way to disable it?
Well you can disable the addon or even unistall it if you don't want people using it, there are probably scripts on the GMod store for different things however you have to pay for them
SANDBOX/PlayerSpawnedSENT
hook.Add("PlayerSpawnSENT","duping sents for admin+",function(ply,class)
if !ply:IsAdmin() and ply:GetActiveWeapon():IsValid() and ply:GetActiveWeapon():GetClass()=="gmod_tool" then
return false
end
end
also you can change some settings in falco's prop protection,
namely the duplicator blacklist
Sorry, you need to Log In to post a reply to this thread.