Author Topic: Users do not see chat echo of their message to admins  (Read 2028 times)

0 Members and 1 Guest are viewing this topic.

Offline TwInKiEmAn

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Users do not see chat echo of their message to admins
« on: August 26, 2019, 06:53:36 PM »
This sub-forum is only for help or discussion regarding projects created by Team Ulysses. If you are requesting help, please search the forums FIRST to make sure your question has not already been answered. If you still need help, fill in the following information.

When a user sends a message to admins using @, it doesn't show the message they sent to admins in their chat. How can I fix this?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Users do not see chat echo of their message to admins
« Reply #1 on: August 26, 2019, 07:07:50 PM »
Make sure you don't have echo mode = 0
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline TwInKiEmAn

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
Re: Users do not see chat echo of their message to admins
« Reply #2 on: August 26, 2019, 07:36:38 PM »
Ulx_logecho is set to 1, all other commands echo properly, if you have the see asay  command which I don't want to give to users you can see the You:To Admins echo but users and no access cannot see it.
« Last Edit: August 26, 2019, 08:43:05 PM by TwInKiEmAn »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Users do not see chat echo of their message to admins
« Reply #3 on: August 27, 2019, 06:30:04 PM »
logEcho is case sensitive.
Check your <server>/gmod/data/ulx/config.txt and ensure "ulx logEcho" has 1 or higher.
If so,
Do you have a custom chat box?
Do you have a mod that intercepts "@" as a command?
Can users use console "ulx asay test" and see it?
Are there errors on server or client console when trying?
Is the person that's been testing muted/gagged?

Any one of the above could be breaking it.
Asay by default attempts to show the calling player say it to others, no seeasay necessary.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming