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 */