Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: lolcats111 on January 16, 2010, 02:08:51 PM

Title: HIdden Commands
Post by: lolcats111 on January 16, 2010, 02:08:51 PM
Is there a way to make it so it doesnt show what command i've used in blue text.... I want to make it so it's completely hidden from the public so I can use more commands without them getting mad
Title: Re: HIdden Commands
Post by: Spr0gs on January 16, 2010, 06:18:02 PM
yes, look in your server.ini file.

garrysmod/garrysmod/addons/ulx/cfg/server.ini

ulx logEcho 2 // Echo mode
// Echo modes:
// 0 - OFF No output to players when an admin command is used
// 1 - ANONYMOUS Output to players similar to "(ADMIN) slapped Bob with 0 damage"
// 2 - FULL Output to players similar to "(ADMIN) Foo slapped Bob with 0 damage"
Title: Re: HIdden Commands
Post by: JamminR on January 16, 2010, 06:52:56 PM
Sprogs, if he were using release version, yes, that would be true.
He mentions blue text which I presume is the dark blue, that may mean he's using SVN, and the log echo (and many other) server.ini settings aren't yet rewritten for the current SVN.

For SVN, Other than modifying code for every command directly, which would also prevent echoing to the file logs, there is no current way.
If release, Sprogs answer would work.