stock SendFootballMessage(team[], color, string[]) { foreach(new i : Player) { if(!strcmp(team, pInfo[i][pTeamBet)) SCM(i,color,string); } return 1; }