How do I disable noclip for guests, but allow it for admins?
10 replies, posted
Okay, I bought a server 2 days ago, I've been trying out different admin mods, I was wondering if I can disable noclip for guests through the mod itself, and if I can't, is there a admin mod that will let me do it (preferably not ULX, because it only allows you to disable noclip for the whole server)
Thanks.
I think if you have an admin mod, you can enabled it from there for admins
[QUOTE=Joker213;21165163](preferably not ULX, because it only allows you to disable noclip for the whole server)[/QUOTE]
Disable it for the whole server, then type !noclip as an admin.
Use ulx, disable noclip, and then tell your admins to type this in the console.
bind v "ulx noclip"
If it's a build server or something, don't disable noclip. Ever.
[QUOTE=Takoto;21185909]If it's a build server or something, don't disable noclip. Ever.[/QUOTE]
And never give regulars advantages over other players, ruins the server , so fucking much.
[QUOTE=Profanwolf;21186259]And never give regulars advantages over other players, ruins the server , so fucking much.[/QUOTE]
I instituted a rights system that spawns you with no weapons or the ability to spawn or tool anything, along with disabling noclip. Anyone who joins has to ask an admin for rights.
I haven't had a new person crash my server in awhile. It's needed.
Anyway,
[lua]local function AntiNoclip(ply)
if !ply:IsAdmin() then return false end
end
hook.Add("PlayerNoClip","AntiNoclip",AntiNoclip)
[/lua]
Save this as AntiNoclip.lua in lua/autorun/server
Get assmod 1.2 OR ULX and ULIB pack.
Administrators should be like regular players, just able to kick, mute and ban. Otherwise you'll problably have abusive administrators. Just some advice.
Serious and respectful admins are the best ones.
What gamemode do you have activated on your server?
Am I late?
[highlight](User was banned for this post ("Only by 7 years." - Reagy))[/highlight]
Sorry, you need to Log In to post a reply to this thread.