native

get_players

Syntax

native get_players(players[32], &num ,const flags[]="", const team[]="");

Description

Sets indexes of players.
Flags:
"a" - don't collect dead players.
"b" - don't collect alive players.
"c" - skip bots.
"d" - skip real players.
"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")