When the server starts/resatarts "ULX Sandbox" makes it so everybody has noclip/godmode... How do i change this so the default is no noclip/godmode?
[url]http://cloud-2.steampowered.com/ugc/450662799392739617/BCEDE05A11254392EB1A2548E29571414A6204F0/[/url]
Thanks!
Add these lines to autoexec.cfg or server.cfg:
"allow godmode + noclip:" <- do not add this line
sbox_godmode 1
sbox_noclip 1
"forbid godmode + noclip" <- do not add this line
sbox_godmode 0
sbox_noclip 0
This should work :)
Sorry, you need to Log In to post a reply to this thread.