Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: jkarateking on April 20, 2014, 03:05:48 PM

Title: How do I make it so admins press v to turn noclip on
Post by: jkarateking on April 20, 2014, 03:05:48 PM
At the minute my admins have to write !noclip to turn noclip on and off. How do I make it so they only have to click v to turn it on and off.

Thanks in advance
Title: Re: How do I make it so admins press v to turn noclip on
Post by: Zmaster on April 20, 2014, 03:20:53 PM
-snip-
forgot about: bind v ulx noclip
Title: Re: How do I make it so admins press v to turn noclip on
Post by: coolwithpie on April 20, 2014, 03:26:47 PM
just doing this off the top of my head but couldn't you bind v to "ulx noclip"?
i dont know if this is the command b/c i cant get on gmod ATM but this should work.
Title: Re: How do I make it so admins press v to turn noclip on
Post by: Decicus on April 20, 2014, 04:29:16 PM
As coolwithpie said, you can tell your admins to use "bind v ulx noclip" in their console. Keep in mind that this will override the default "noclip" used by sandbox.
Title: Re: How do I make it so admins press v to turn noclip on
Post by: JamminR on April 20, 2014, 09:15:33 PM
Code: [Select]
bind v "noclip ; ulx noclip"Will work on any server that has noclip enabled OR you have ulx access to noclip.
Will spit out the appropriate errors on failure of either, but won't override the default key, just adds to it.
Title: Re: How do I make it so admins press v to turn noclip on
Post by: Neku on April 20, 2014, 10:30:06 PM
Code: [Select]
bind v "noclip ; ulx noclip"Will work on any server that has noclip enabled OR you have ulx access to noclip.
Will spit out the appropriate errors on failure of either, but won't override the default key, just adds to it.

If this is used on a sandbox server with ulx installed, the commands will negate each other.
You know, if both ways to no clip are enabled.