problem with end of the round

  • If you're asking a question make sure to set the thread type to be a question!

Szpaj

L1: Registered
Aug 11, 2017
10
0
So, i have already team_round_timer entity. And, when time ends nothing happens - even stalemate or something. How to fix this?
 

MOCOLONI

L6: Sharp Member
Dec 16, 2014
373
89
team_round_timer is what it is; gives the round the time you set it to. To end a round, you need a game_round_win, setting the winning team (or none - stalemate) upon the time reaches the end. Give it a name and then create a "OnFinished" output in team_round_time's entity. E.g:

OnFinished
game_round_win
RoundWin