Originally posted by Z0neyDanza
Need a way to give my whole team certain mods, and a way to fuck with the whole other team too. Anyone know how to do this?
teamFunction(team)
{
foreach(player in level.players)
{
if(player.pers["team"] == team)
{
//functions here
}
}
}