mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-17 23:12:34 +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_IncludeConnecting - include connecting clients
|
||||||
* GetPlayers_MatchAllFlags - match with all of the specified admin flags
|
* GetPlayers_MatchAllFlags - match with all of the specified admin flags
|
||||||
* GetPlayers_MatchAnyFlags - match with any 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
|
* @noreturn
|
||||||
*/
|
*/
|
||||||
|
@ -1389,7 +1389,7 @@ native get_playersnum(flag = 0);
|
|||||||
* "i" - include connecting clients
|
* "i" - include connecting clients
|
||||||
* "j" - match with all of the specified admin flags
|
* "j" - match with all of the specified admin flags
|
||||||
* "k" - match with any 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
|
* @noreturn
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user