Retake Issues

Post Reply
ellis1208
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 05, 2016 11:31 am

Retake Issues

Post by ellis1208 »

I've added retakes to my server but i have a few issues that i have no idea how to fix:
1) Bots are in warmup but not in the real game, how do i delete them from both
2) Any way to remove warmup at the start of a new map ?
3) If there isnt another player on the other team the game glitches and it keeps starting and ending a new round every seconds and it spams the chat with "Retake B site" every second, If another player is on the other team a new round starts fine but if there isnt the round will end literally milliseconds after it starts then instantly starts another and it gets stuck in a loop.
hustl4
New to forums
New to forums
Posts: 3
Joined: Tue Feb 03, 2015 8:24 pm

Re: Retake Issues

Post by hustl4 »

1)

Code: Select all

bot_kick
2)

Code: Select all

mp_warmup_end
add those 2 lines in your gamemode_competitive_server.cfg, they will execute right after server starts
Post Reply