Author Topic: Chat commands problems  (Read 1126 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Bat

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Chat commands problems
« on: July 15, 2017, 07:06:15 AM »
My ULib/ULX versions (run "ulx version" in console):
ULib v2.63w
ULX v3.73w

Game mode(s) I am having this problem on: Terrortown

When using ulx commands for instance the !gag command they are not showing up in chat. This is a pain for me and the Admins as we are not able to see when a command works on the server.

The server console displays what happens so if someone is gagged it outputs for instance.
"ServerLog: [ULX] DJ Bat gagged Themself"

but this is not shown in chat (see screenshot)

This error did not occur previously from using the ULX hide command from within my console. Do i need to remove ULX from the server and add it back or is there a way of resolving this. I have tried restarting the server that didn't work so i'm lost.

Help would be greatly appreciated. DJ
« Last Edit: July 15, 2017, 07:09:33 AM by DJ Bat »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Chat commands problems
« Reply #1 on: July 15, 2017, 09:07:27 AM »
Check your log echo mode in ULX settings. It's likely set to 0.
You can use XGUi, but I forget where it is.
Here are the modes described.
Code: [Select]
ulx logEcho 1 ; Echo mode
; Echo modes:
; 0 - OFF No output to any players when an admin command is used
; 1 - ANONYMOUS Output to players without access to see who used the command (admins by default) similar to "(Someone) slapped Bob with 0 damage"
; 2 - FULL Output to players similar to "Foo slapped Bob with 0 damage"

Not all commands are echoed, but I forget which ones aren't.
« Last Edit: July 15, 2017, 09:09:46 AM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline DJ Bat

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Chat commands problems
« Reply #2 on: July 15, 2017, 09:23:54 AM »
That worked thanks a bunch man i guess the console command changed the setting.