Changed string to team

This commit is contained in:
OciXCrom 2018-08-17 22:53:25 +02:00
parent 36d91e473d
commit 1e4c3b1fd3
2 changed files with 2 additions and 2 deletions

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 team String to match against if the "e", "f", "j" or "k" flag is specified
*
* @noreturn
*/

View File

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