Update amxmisc.inc

Fix: small mistype
This commit is contained in:
Rustam Zigandarov 2022-06-17 15:40:26 +03:00 committed by GitHub
parent fde732f66d
commit 259d50a842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -862,7 +862,8 @@ stock set_task_ex(Float:time, const function[], id = 0, const any:parameter[] =
* GetPlayers_CaseInsensitive - match case insensitive * GetPlayers_CaseInsensitive - match case insensitive
* GetPlayers_ExcludeHLTV - do not include HLTV proxies * GetPlayers_ExcludeHLTV - do not include HLTV proxies
* GetPlayers_IncludeConnecting - include connecting clients * GetPlayers_IncludeConnecting - include connecting clients
* @param team String to match against if the "e" or "f" flag is specified * @param team String to match against if the "GetPlayers_MatchTeam" or
* "GetPlayers_MatchNameSubstring" flag is specified
* *
* @noreturn * @noreturn
*/ */