General > Developers Corner
(Someone) did something to whoever
jojothemitchellinman:
I am hosting a garry's mod server and I am using ULX, but I have found a problem for reporting staff abuse. In order to ban staff, the poster needs to prove they are telling the truth with screenshots, but when an admin uses a command that isn't silent it comes up for normal users and donators as (Someone) did whatever. How do I change the (someone) to the admin's name?
feldma:
It's a setting you can change.
I think it's in the ulx menu -> settings -> server -> ulx general -> "echo admin commands".
Change that to whichever one says about the admin name.
Timmy:
Server console
Use the "ulx logecho" console variable to control how ULX echoes commands.
There's 3 different modes:
--- Code: ---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"
--- End code ---
In this case you'd set it to 2. So you would run:
--- Code: ---ulx logecho 2
--- End code ---
XGUI
Open XGUI > Click "Settings" tab > Click "Server" tab > Click "ULX Command/Event Echoes" > Set the first option field to "Echo commands and identify admin".
Be careful with accepting screenshots as evidence. They can be forged easily. You can double-check if the evidence they submitted matches with the log files!
Edit: Oops! feldma beat me to it. :D
feldma:
Follow his instructions, much more detailed and actually correct ;)
jojothemitchellinman:
Thanks for the help!
Navigation
[0] Message Index
[#] Next page
Go to full version