NPC Code: pcount = 0; for (i=0; i<playerscount; i++) with (players[i]) { if (playerid>0) { if (pcount%2==0) setplayerprop #g,Red Team; else setplayerprop #g,Blue Team; pcount++; } }
pcount = 0; for (i=0; i<playerscount; i++) with (players[i]) { if (playerid>0) { if (pcount%2==0) setplayerprop #g,Red Team; else setplayerprop #g,Blue Team; pcount++; } }