Модератор форума
if (visible) // if visible
makelight(human, vis); // show with color when visible
else // not visible
makelight(human, vis); // show with another color when invisible
одно и тоже выполняешьif (myteam != team)
makelight(human, vis);
else
makelight(human, vis);
}