Author Topic: someone instead of the user name when executing command  (Read 1487 times)

0 Members and 1 Guest are viewing this topic.

Offline Marmigamed

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
someone instead of the user name when executing command
« 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.

Offline Avoid

  • Full Member
  • ***
  • Posts: 142
  • Karma: 42
Re: someone instead of the user name when executing command
« Reply #1 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"

Offline Marmigamed

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: someone instead of the user name when executing command
« Reply #2 on: July 01, 2014, 09:47:24 AM »
thanks