
if (IsValidClient(Me))
{
if (Me->Team != pPlayer->Team)
{
BoxColor = Red;
}
else if (Me->Team == pPlayer->Team)
{
BoxColor = Green;
}
if (Me->unk->IsMutant != pPlayer->unk->IsMutant)
{
BoxColor = Red;
}
else if (Me->unk->IsMutant == pPlayer->unk->IsMutant)
{
BoxColor = Green;
}
}
if(box == 1)
{
//Boxes source code
}
