if (strcmp("/add", cmdtext, true, 10) == 0){Kills += 2;new statistic[128];format(statistic,sizeof(statistic), "Team 1 Score: %d",Kills );SendClientMessage(playerid,COLOR,statistic); return 1;}