View Single Post
Re: Bots won't join a team
Old
  (#16)
galloop
Member
 
Status: Offline
Posts: 9
Join Date: Sep 2005
Default Re: Bots won't join a team - 04-09-2005

I am running a server at: 205.218.67.54:27015. I am running [z]bot and run it like this...

liblist points to metamod
metamod points to joebot, amxmodx, and zbot.
zbot runs in the mp.dll, so it is automatically loaded.

My problem is I cannot get joebot to join unless a player joins and they join the wrong team. Here are my cfg files. I cannot find the problem.

bot.cfg:
language en
botskill_min 100
botskill_max 100
joinwhuman_max on
joinwhuman_res on
min_bots 5
max_bots 5
extjoe on
extskill off
botchat on
botichat all
leetposs 5
prefix -rip- <rip> [rk]
welcome off
lbp botbuyweapons.cfg
bot_spraying on
randomwpload
kickbots all
addbot 1
addbot 1
addbot 1
addbot 1
addbot 1

server.cfg:

sv_aim 0
pausable 0
hostname "-rk- CS 1.6 [z]Bot Server"
sv_maxspeed 320
mp_startmoney 16000
mp_timelimit 25
sv_cheats 0
mp_limitteams 0
mp_autokick 0
mp_freezetime 0
mp_friendlyfire 1
mp_autoteambalance 0
exec listip.cfg
exec banned.cfg
bot_join_after_player 0
bot_join_team t
bot_difficulty 2
bot_prefix "{rip}"
bot_allow_rogues 1
bot_allow_shield 0
mp_chattime 0
bot_chatter normal
amx_gore "abcde"
bot_quota 5
any help would be greatly appreciated. TYTY
  
Reply With Quote