stock GiveTeamScore(teamid, score) { for(new i; i < MAX_PLAYERS; i++) { if(Team[i] = teamid) { SetPlayerScore(i, GetPlayerScore(i) + score); } } }