Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started by: chris8778 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.
-
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.
-
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>"
-
I would really appreciate it if you could show me
-
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.
-
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.