added request at26533 (Brad)
This commit is contained in:
parent
aa3582a2f3
commit
76c216d07e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user