Author Topic: Admin say is annonymous  (Read 2459 times)

0 Members and 5 Guests are viewing this topic.

Offline chris8778

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Admin say is annonymous
« on: December 13, 2013, 08:50:50 PM »
Is there a way when a admin types @@ it shows what admin is typing to the server?  I tried googling it but cannot find it.

Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: Admin say is annonymous
« Reply #1 on: December 14, 2013, 07:48:50 AM »
Asay isn't anonymous though...
Edit: Oh you mean tsay. yeah there is a way to do that, you would have to edit the lua. I can show you how if you want.
« Last Edit: December 14, 2013, 10:46:19 AM by Cobalt77 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Admin say is annonymous
« Reply #2 on: December 14, 2013, 07:57:23 AM »
The command is actually 'tsay', and if you have chat log enabled in ULX, you can find who's doing it in your ULX server logs in ./data/ulx_logs folder.
Look for something like "(tsay from <person>) <message>"
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline chris8778

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Admin say is annonymous
« Reply #3 on: December 14, 2013, 10:37:08 PM »
I would really appreciate it if you could show me

Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: Admin say is annonymous
« Reply #4 on: December 15, 2013, 11:41:09 AM »
I would really appreciate it if you could show me
ULib.tsay( nil, message ) --> ULib.tsay( nil, calling_ply:Nick() .. ": " .. message )
Although that sorta defeats the purpose of tsay, so you should make a new command for it.
« Last Edit: December 15, 2013, 03:23:59 PM by Cobalt77 »

Offline chris8778

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Admin say is annonymous
« Reply #5 on: December 18, 2013, 03:55:13 PM »
I have a garrys mod server.  I am not sure what file to put that in.  I have tried looking for it and can't find it.