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:
It might be possible to do something like the code below but again I am not sure how to implement it:Code:// Force bTeamScoreRounds to avoid having TeamScores reset to 0 bTeamScoreRounds = true;
(where 'Teams' is an integer defined in ASGameInfo )Code:Teams[0].Score = 0 Teams[1].Score = 1
Thanks in advance
blip2



Reply With Quote

Bookmarks