Author Topic: HIdden Commands  (Read 1628 times)

0 Members and 1 Guest are viewing this topic.

Offline lolcats111

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
HIdden Commands
« 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

Offline Spr0gs

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: HIdden Commands
« Reply #1 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"

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: HIdden Commands
« Reply #2 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.

« Last Edit: January 16, 2010, 06:55:14 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming