Is there a way of preventing the map form resetting after a team wins in arena?

Jan 31, 2008
555
1,482
I'm trying to make an arena map with a few custom gamemode things; but for this to work; the map has to be the same as it was when a team lost. Right now; the whole map resets after a win.
How do I prevent this?
 

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
If there is a way to do it it will be this one: game_round_win with the force_map_reset

But I don't think you want to trigger this one in arena mode, but maybe with your custom game modes :/
 
Jan 31, 2008
555
1,482
If they win through a map objective I can use that entity; but if they win by killing everyone on the opposing team; it reloads the map automatically :(
 

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
doesn't it send it an output when all players are dead? (master_control_points with a onwinbyteamX output?)

You should experiment with these (I've experimented with a lot (over 15 are working) of custom game modes, and usually I found a way around bugs.) so dont give up! ;)
 
Last edited: