Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Marmigamed on July 01, 2014, 09:25:14 AM

Title: someone instead of the user name when executing command
Post by: Marmigamed on July 01, 2014, 09:25:14 AM
so yeah as said in title I can't figure out how to make that in the chat instead of saying Marmigamed as set hp to 200 it says someone set hp of Marmigamed to 200.
Title: Re: someone instead of the user name when executing command
Post by: Avoid on July 01, 2014, 09:31:50 AM
Taken from /garrysmod/data/ulx/config.txt
Code: [Select]
ulx logEcho 1 ; 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"
Title: Re: someone instead of the user name when executing command
Post by: Marmigamed on July 01, 2014, 09:47:24 AM
thanks