Author Topic: No echo in chat  (Read 1843 times)

0 Members and 1 Guest are viewing this topic.

Offline Unknown Gamer

  • Jr. Member
  • **
  • Posts: 79
  • Karma: -2
    • TrueKnife TTT
No echo in chat
« on: April 04, 2015, 08:27:58 PM »
Hi,

If I were to do !slap {player} (or any command) the message would not show in the chat though it still slaps the player. I enabled the hidden echos, etc. This not only happens with me but with everyone. I have the latest ULX version from github
« Last Edit: April 04, 2015, 08:38:42 PM by BuilderGaming »
Newb Coder. Soon to get better

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: No echo in chat
« Reply #1 on: April 04, 2015, 09:06:54 PM »
I guess it's kind of hard to find, but this question has been answered many times.

http://forums.ulyssesmod.net/index.php/topic,8293.0.html

Offline Unknown Gamer

  • Jr. Member
  • **
  • Posts: 79
  • Karma: -2
    • TrueKnife TTT
Re: No echo in chat
« Reply #2 on: April 04, 2015, 09:10:08 PM »
No! The message is already disappeared. I want it to show. Not hied. The message is already not showing. So CURRENTYL, No will see the message of what command I run.
Newb Coder. Soon to get better

Offline Aaron113

  • Hero Member
  • *****
  • Posts: 803
  • Karma: 102
Re: No echo in chat
« Reply #3 on: April 04, 2015, 09:14:19 PM »
Oh, sorry, I misunderstood you.

It looks like this may be what you're looking for, just set it to 2 (the default) and it should echo commands.  (I'm assuming you haven't edited any lua files)

Code: [Select]
ulx logEcho 2 ; 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"

EDIT:  You should be able to set it in XGUI here:

« Last Edit: April 04, 2015, 09:16:40 PM by Aaron113 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: No echo in chat
« Reply #4 on: April 04, 2015, 10:10:26 PM »
Ok, be more clear. ULX has two types of notification (more actually, but, for this conversation, 2 related to chat commands)
1) You want to see someone saying "!slap bob"?
Fred: !slap bob
OR
2) You want to see the notification that someone slapped bob?
Fred says "!slap bob" and after that
{Someone} slapped bob 1 time

There are several ways to change or hide option 2, but, if you're actually not seeing someone say it as in option 1, you have a conflicting addon that's watching for "!" commands and preventing the echo of the chat, even though ULX might still work.
We don't hide chat by default. Though our code has ways to edit and prevent it, I just checked, and our github slap doesn't do that.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Unknown Gamer

  • Jr. Member
  • **
  • Posts: 79
  • Karma: -2
    • TrueKnife TTT
Re: No echo in chat
« Reply #5 on: April 05, 2015, 03:35:03 AM »
Hmm. That fixed it. I wonder why it was set to 0 after I update
Newb Coder. Soon to get better