From f883fcc205bb0c0920411c8afbd8eeb680061c59 Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Wed, 25 Jul 2018 15:44:25 +0200 Subject: [PATCH] Update amxconst.inc --- plugins/include/amxconst.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index aad23205..45f838d2 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -224,7 +224,12 @@ public stock const Float:NULL_VECTOR[3]; /** * Placeholder that replaces the admin name in show_activity_custom() */ -#define ACTIVITY_ADMIN_NAME "$an" +#define ACTIVITY_STR_NAME "$an" + +/** + * Placeholder that replaces the client prefix in show_activity_custom() + */ +#define ACTIVITY_STR_PREFIX "$px" /** * @section Client print native constants