From d21a3521678ccc11b24d1b1cca508c691f4aecba Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 21 Aug 2006 03:07:25 +0000 Subject: [PATCH] expanded comment for get_players() --- plugins/include/amxmodx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index c4367f2a..7b1a0072 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -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[]="");