stock GiveTeamScore(gTeamVariable, scoreamount){ for(new i; i < MAX_PLAYERS; i++) if(gTeam[i] == gTeamVariable) SetPlayerScore(i, GetPlayerScore(i) + scoreamount); return 1;}