View Single Post
aexi0n
AlliedModders Donor
Join Date: Nov 2014
Location: bhop_deluxe
Old 12-09-2015 , 00:37   Re: CS:GO Update 12/8/2015
Reply With Quote #41

Alright. Finally found what was crashing my first server. I was setting these cvars via my plugin, and for some reason that would cause instant crashing when bots join:

PHP Code:
    ServerCommand("bot_zombie 1");
    
ServerCommand("bot_join_after_player 1");
    
ServerCommand("bot_quota 1");
    
ServerCommand("bot_quota_mode normal"); 

So if anyone is still experiencing crashing, try seeing if you have any plugins that use any of those cvars. What this does mean however, is that once again Valve has modified a big part of community servers without putting any information about it in the actual patch notes..

It's not 100% confirmed yet, but as far as I can tell I think they may have removed any possible functionality for renaming/controlling bots. If anyone has a working replay bot let me know, but mine is no longer working properly after this update.
aexi0n is offline