I'm having an issue with Noclip on multiple servers. When I or my other players press V it enables/disables noclip..
Edit: I did try sv_noclip 0, and sbox_noclip 0
Edit2: xD Okay so it turns out anyone on my staff can noclip, is there a way to disable it from being a bind?
sv_cheats 0
[editline]20th April 2015[/editline]
In the server console
[QUOTE=code_gs;47561154]sv_cheats 0
[editline]20th April 2015[/editline]
In the server console[/QUOTE]
Tried everything and nothing worked. Ended up talking to BlackVoid
function GM:PlayerNoClip(ply)
return ply:IsSuperAdmin() and !ply:IsObserver()
end
For future references for anyone else.
After; return false
[QUOTE=ragegriffith;47566237]Tried everything and nothing worked. Ended up talking to BlackVoid
function GM:PlayerNoClip(ply)
return ply:IsSuperAdmin() and !ply:IsObserver()
end
For future references for anyone else.
After; return false[/QUOTE]
Uh, didn't I PM you that?
Sorry, you need to Log In to post a reply to this thread.