Page 1 of 1

round end after team is dead

Posted: Wed Dec 31, 2014 10:26 am
by nullable
Hello,

How can I force round end after team is dead without round_end command? Is it possible?

Posted: Wed Dec 31, 2014 2:43 pm
by satoon101
This doesn't already happen? You could always get the TerminateRound dynamic function and call it. Or:

http://forums.sourcepython.com/showthread.php?701

Posted: Wed Dec 31, 2014 3:05 pm
by nullable
The reason is set winner after team is full dead because there is map with bomb.

Posted: Thu Jan 01, 2015 11:19 am
by Predz
Instead of forcing a round end, you could just iterate through all bomb entities and kill them all. Obviously upon round start. Then the only way to win is to kill the entire enemy team.