From f9954e5831bef3dc300a73b0a3e6554cf34037b0 Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Sat, 20 Jul 2013 11:39:51 +0200 Subject: [PATCH] Missing amxx.cfg update for CS/NS mod in 449793c3c1de Former-commit-id: d96a6389b83a22cc2922ee3f3eb44a89e1a97a02 --- configs/cstrike/amxx.cfg | 3 +++ configs/ns/amxx.cfg | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index 5f18828b..15b5de7c 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/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 diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 041f2abe..5f0e6a90 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/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