mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-08 10:49:06 +03:00
Changed string to team
This commit is contained in:
parent
36d91e473d
commit
1e4c3b1fd3
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user