• Help with plpldamage and noclip
    7 replies, posted
Whenever i restart my server plpldamage gets turned off and noclip gets turned on, i want to be able to negate players from using noclip with console bind on v but admins should be able to if that works will say. How do i fix this? I've changed the server.cfg and everything else your supposed to change but nothing happens
what gamemode are you running?
Darkrp
try disabling your addons
Hello. You may be looking for something like this to disable the regular noclip for everyone except admins & above: local function DisableNoclip( ply ) return ply:IsAdmin() end hook.Add( "PlayerNoClip", "DisableNoclip", DisableNoclip ) ( More info can be found at: GM/PlayerNoClip )
I'm a dumbass Tiara. where do i actually put this '' hook '' ?
Sorry for late reply, You can simply make a lua script in lua/autorun/server/ And then just paste in the code.
Tack för hjälpen.
Sorry, you need to Log In to post a reply to this thread.