splewis / csgo-multi-1v1

CS:GO Sourcemod plugin to create multi-1v1 arena servers
GNU General Public License v3.0
278 stars 68 forks source link

adding new weapons to list allows bots to join and blocking players? #280

Closed mrshydk closed 2 years ago

mrshydk commented 3 years ago

If making a feature request, you should delete all the pre-filled text here. If reporting a bug, fill in the following sections:

Expected behavior

use all weapons

Actual behavior

no one can join the game. Bots fills the game and even after bot_kick you still cant join a team

Steps to reproduce

adding all and even just some new weapons to server

Please note that "latest" is NOT a version! Run "sm plugins" in console to find out the exact plugin version.

pedrotski commented 3 years ago

You need to check your game gamemode config file for these lines (whatever one you are using)

bot_quota 0 bot_quota_mode normal

Be aware sometimes bots will randomly join, so you can use an enforcer plugin such as this one: https://forums.alliedmods.net/showthread.php?t=237004

mrshydk commented 3 years ago

done what you said. the bot problem is now solved but still cant join any teams

splewis commented 3 years ago

Steps to reproduce (please be specific):

Can you provide info? You said you added weapons? What's in he config file? Have you checked for any error logs in addons/sourcemod/logs?