From 8f68e5719006f84a36adbd5a989ad108fb6c7a39 Mon Sep 17 00:00:00 2001 From: OciXCrom <ozzz.safe@yahoo.com> Date: Mon, 10 Sep 2018 14:48:49 +0200 Subject: [PATCH] Update flags description --- plugins/include/amxmisc.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index ad833e9e..96fc4f2b 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 string String to match against if a flag that demands additional information is specified * * @noreturn */ @@ -889,7 +889,9 @@ stock get_players_ex(players[MAX_PLAYERS] = {}, &num, GetPlayersFlags:flags = Ge * GetPlayers_CaseInsensitive - match case insensitive * GetPlayers_ExcludeHLTV - do not include HLTV proxies * GetPlayers_IncludeConnecting - include connecting clients - * @param string String to match against if the GetPlayers_MatchTeam or GetPlayers_MatchNameSubstring flag is specified + * 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 a flag that demands additional information is specified * * @return Number of clients on the server that match the specified flags */