Thread: Team NPCs
View Single Post
  #2  
Old 05-19-2001, 09:20 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
The whole script?
Or just this

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++;
}
}