Does anyone know of a way to reset the team scores at the end of a round

There is this in ASGameInfo but I don't know how to go about implementing the changes:

Code:
    // Force bTeamScoreRounds  to avoid having TeamScores  reset to 0    
    bTeamScoreRounds  = true;
It might be possible to do something like the code below but again I am not sure how to implement it:

Code:
Teams[0].Score = 0
Teams[1].Score = 1
(where 'Teams' is an integer defined in ASGameInfo )

Thanks in advance
blip2