Re: bot's getting kicked -
11-07-2004
Hi Archie,
Yeah I'm using adminmod, below is a copy of my bot.cfg file that I have starting up in my server.cfg file.
Maybe there is something in here that might point you in the right direction.
# script startbots
#
#set cs version to Steam 1.6
#
realbot csversion 1
#
# set start variables
#
#
#
# turn internet mode off
realbot internet 0
#
#
# Max Bots
#
#realbot max 10
#
# random bots skills
#
#realbot setrandom 9 7
#
# Bots can learn new skills
realbot autoskill 1
#
#
# Add 5 T bots skill level 5, random body model
#
realbot add 1 5 5 "[rb]CHIckencurry(T)"
realbot add 1 5 5 "[rb]friedchicken(T)"
realbot add 1 5 5 "[rb]roastchicken(T)"
realbot add 1 5 5 "[rb]barbequechicken(T)"
realbot add 1 5 5 "[rb]chickenburgers(T)"
realbot add 1 5 5 "[rb]hamandcheeseburger(T)"
#
#
# Add 5 CT bots skill level 5, random body model
#
#
realbot add 2 5 5 "[rb]bangersandmash(C)"
realbot add 2 5 5 "[rb]kippers(C)"
realbot add 2 5 5 "[rb]fishandchips(C)"
realbot add 2 5 5 "[rb]steakandkidneypudding(C)"
realbot add 2 5 5 "[rb]eggandbacon(C)"
realbot add 2 5 5 "[rb]pizzasub(C)"
|