added request at26533 (Brad)

This commit is contained in:
Borja Ferrer 2006-03-13 22:43:55 +00:00
parent aa3582a2f3
commit 76c216d07e

View File

@ -1954,6 +1954,8 @@ static cell AMX_NATIVE_CALL get_players(AMX *amx, cell *params) /* 4 param */
continue;
if ((flags & 16) && (pPlayer->teamId != team))
continue;
if ((flags & 128) && (pPlayer->pEdict->v.flags & FL_PROXY))
continue;
if (flags & 32)
{
if (flags & 64)