in my NFO server i am using admin mod.. and when i do a command in consol it tells the whole server what i am doing in the chat area.. is there anyway to take this out.
Thanks
in game question
-
- New to forums
- Posts: 12
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Nov 06, 2006 8:30 pm
Edit your addons/adminmod/config/adminmod.cfg in file manager and look for:
Change admin_quiet to 2
Code: Select all
// The old verbosity. Defines how commands are announced to the players
// clients in the form: "[ADMIN] <user> used command <command>"
// 0=all commands announced in chat with the admin name
// 1=all commands announced in chat, but without the admin name
// 2=most commands not announced at all (except "cheat" commands)
admin_quiet 0
-Nick