Moderator: Forum Guards
~[A]lex~ wrote:Also said, it just resets all scores? Why would you want that? =/
Ah, this is good, but you have forgotten something:{DXC}haosIncarnate wrote:Simple mod to clear the ScoreBoard via Mutator.
local TeamDMGame TDM;
if(TeamDMGame(Level.Game) != None)
{
TDM=TeamDMGame(Level.Game);
TDM.TeamScore[0]=0;
TDM.TeamScore[1]=0;
}
Jon wrote:~[A]lex~ wrote:Also said, it just resets all scores? Why would you want that? =/
Match preparation - teams often have a scrum beforehand