CTF Roundtimer

Paradigm

L1: Registered
Jun 22, 2010
7
0
This may be a stupid question but for a regular ctf map how do you set up a round timer which will award the win to the team with the highest score? At the moment the roundwin entity will only award a win to specific team and I can't see a way of changing the team depending on their score.

Yes I'm using Boojum's game entites but there is no time limit on it or is that something that is handled by the server?
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,669
It's a serverside thing. If no team_round_timer exists in the map one is created that is linked to the value of mp_timelimit. If you aren't seeing one, that means mp_timelimit was set to 0 (no limit) on your local server and thus the timer disappears. You do not need a timer nor a game_round_win for regular CTF.