Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: NnyAskC on March 24, 2012, 06:25:24 PM

Title: How would I add a command, and make all commands silent?
Post by: NnyAskC on March 24, 2012, 06:25:24 PM
Okay so, first of all how would I go about adding a command ie a !modban that would ban someone for 1440 instead of whatever you type in.

Second is how would I go about making all admin commands appear only to other admins?
Title: Re: How would I add a command, and make all commands silent?
Post by: JamminR on March 24, 2012, 10:29:44 PM
Re: Command
See http://forums.ulyssesmod.net/index.php/topic,4464.0.html
Start and Read those, ask questions from there
See also http://www.ulyssesmod.net/docs for ULib documentation.
ULX has a little documentation, but it's mostly notes/comments within the lua files themselves.

Re: Command echos.
See your /addons/ulx/data/ulx/config.txt.
Copy it to your gmod/data/ulx/config.txt, edit from there. There are several echo states.
I believe one of them makes admin only echos.
Title: Re: How would I add a command, and make all commands silent?
Post by: NnyAskC on March 25, 2012, 06:02:16 PM
Thank you! ^_^

One thing though, the only echo modes are what I see below.
I only see
"Off": No echos at all.
"Anonymous": Except for admin+ shows "(Someone) did command"
"Full": You should be able to guess this one. =P
Title: Re: How would I add a command, and make all commands silent?
Post by: Megiddo on April 20, 2012, 12:47:28 PM
If you're willing to modify lua files for the admin-echoes only, I'd be willing to help. :)