Update flags description

This commit is contained in:
OciXCrom 2018-09-10 14:48:49 +02:00
parent 5cb453d79b
commit 8f68e57190

View File

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