expanded comment for get_players()
This commit is contained in:
parent
4fc2c9cebb
commit
d21a352167
|
@ -324,6 +324,7 @@ native get_playersnum(flag=0);
|
||||||
* "e" - match with team.
|
* "e" - match with team.
|
||||||
* "f" - match with part of name.
|
* "f" - match with part of name.
|
||||||
* "g" - ignore case sensitivity.
|
* "g" - ignore case sensitivity.
|
||||||
|
* "h" - skip HLTV.
|
||||||
* Example: Get all alive CTs: get_players(players,num,"ae","CT") */
|
* Example: Get all alive CTs: get_players(players,num,"ae","CT") */
|
||||||
native get_players(players[32], &num ,const flags[]="", const team[]="");
|
native get_players(players[32], &num ,const flags[]="", const team[]="");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user