#DEFINE MIN_PLAYERS 4public client_putinserver()// Case is wrong on thisif(get_players() > MIN_PLAYERS ) remove_all_bots;
public remove_all_bots(){for(new i; i < sizeof(botteam); i++){if(is_user_bot(botteam[i])
engfunc( EngFunc_RemoveEntity, botteam[i]);
}}