Open JesusWithPants opened 7 years ago
That's because retakes is managing teams / weapons and has no notion of knife rounds and has its own algorithm for team placement.
I guess the plugin could have a lightweight mode where all it does is adjust spawns & give weapons (kind of like how setting sm_retakes_auto_set_teams 0
is meant to remove the team placement algorithm), but I have no plans to work on that (or anything involving retakes).
Any idea how to disable the team placement in code?
Where specificly I should look, or for what variables in code should I look out for?
EDIT: For thouse who are facing the same exact issue:
HookEvent("announce_phase_end", Event_HalfTime);
Apperantly calling in backup also triggers "announce_phase_end" which causes team flip. Currently working on fix.
Set sm_retakes_auto_set_teams
to 0
Whether retakes is allowed to automanage team balance
You can also try setting mp_halftime
to 1
Hi!
While running newest version of this mod in association with eBot there are couple of issues: