From 1e4c3b1fd3b75d1a672db00660c37a2db2a66e4e Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Fri, 17 Aug 2018 22:53:25 +0200 Subject: [PATCH] Changed string to team --- plugins/include/amxmisc.inc | 2 +- plugins/include/amxmodx.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index 85af9c91..944e8213 100755 --- a/plugins/include/amxmisc.inc +++ b/plugins/include/amxmisc.inc @@ -861,7 +861,7 @@ stock set_task_ex(Float:time, const function[], id = 0, const any:parameter[] = * GetPlayers_IncludeConnecting - include connecting clients * GetPlayers_MatchAllFlags - match with all of the specified admin flags * GetPlayers_MatchAnyFlags - match with any of the specified admin flags - * @param string String to match against if the "e", "f", "j" or "k" flag is specified + * @param team String to match against if the "e", "f", "j" or "k" flag is specified * * @noreturn */ diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 5da76124..e4bc49c6 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1389,7 +1389,7 @@ native get_playersnum(flag = 0); * "i" - include connecting clients * "j" - match with all of the specified admin flags * "k" - match with any of the specified admin flags - * @param string String to match against if the "e", "f", "j" or "k" flag is specified + * @param team String to match against if the "e", "f", "j" or "k" flag is specified * * @noreturn */