From 14d986c87aa8fd9da45d665ec16cecd4bb0ad32b Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Fri, 28 Jun 2013 23:46:10 +0200 Subject: [PATCH] Update amx_show_activity documentation in amxx.cfg (bug 5774, r=me) Former-commit-id: 1983f452260e88fb8d5e6f201017651a4c968cf8 --- configs/amxx.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 1a21c210..684c2f06 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -25,6 +25,9 @@ amx_mode 1 // 0 - disabled // 1 - show without admin name // 2 - show with name +// 3 - show name only to admins, hide name from normal users +// 4 - show name only to admins, show nothing to normal users +// 5 - hide name only to admins, show nothing to normal users // // Default value: 2 amx_show_activity 2