From 1156bc0678ea2a428bbceee735e352676fbc2db5 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Tue, 24 Jul 2018 16:27:33 +0200 Subject: [PATCH] Update amxconst.inc --- plugins/include/amxconst.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index 1e7ac379..aad23205 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -221,6 +221,11 @@ public stock const Float:NULL_VECTOR[3]; #define LANG_SERVER 0 #define LANG_PLAYER -1 +/** + * Placeholder that replaces the admin name in show_activity_custom() + */ +#define ACTIVITY_ADMIN_NAME "$an" + /** * @section Client print native constants */