mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-03-27 12:59:09 +03:00
Update flags description
This commit is contained in:
parent
5cb453d79b
commit
8f68e57190
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user