2021-04-17, 09:44 PM
Code:
for(new player = 0, pool = GetPlayerPoolSize(); player <= pool; player) // cycle through all players
{
if(GetPlayerTeam(player) == YOUR_TEAM) // if the player has the right team
{
// do whatever you want
}
}