expanded comment for get_players()

This commit is contained in:
David Anderson 2006-08-21 03:07:25 +00:00
parent 4fc2c9cebb
commit d21a352167

View File

@ -324,6 +324,7 @@ native get_playersnum(flag=0);
* "e" - match with team.
* "f" - match with part of name.
* "g" - ignore case sensitivity.
* "h" - skip HLTV.
* Example: Get all alive CTs: get_players(players,num,"ae","CT") */
native get_players(players[32], &num ,const flags[]="", const team[]="");