//Example using an array to store teamif(team[playerid] == GREEN_TEAM){// Do stuff if the players team is GREEN}else{// Do stuff if the players team is not GREEN}