I'm trying to create a map that adjust itself based on the number of victories of each team. (CSGO SDK)
For this I need to run a vscript file at every round checking which team won.
I tried to use the logic_eventlistener using the event "round_end" and running a vscript file with no sucess.
It works with a event that happen more often, like "bullet impact" but not with round_end.
Is there any way I can check the team than won at the end of each round ?