CSS - How to add bots to the server?

Rent your Game Server

Rent your Teamspeak

 

If you have a config file in your cstrike/cfg folder called bots.cfg, then edit the config settings in that file to your liking and add the following line to your server.cfg then restart your server.

exec bots.cfg

If you do not have a config file name bot.cfg in your cstrike/cfg folder, then add the following lines to your server.cfg, edit the settings to your liking and then restart your server.

//bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 1
bot_chatter off
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_prefix " "
bot_allow_rogues 4
bot_walk 0
bot_join_team any
bot_eco_limit 13500
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns 1

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

BF Vietnam Rcon Commands

To execute remote admin commands, you must be logged in as "Admin" and use...

Call of Duty 2 Rcon Commands

rconpassword [rcon password]Log in as admin. Replace [rcon password] with your rcon password.rcon...

Call of Duty 4 Rcon Commands

/rcon login [RCONPASSWORD]Login to remote rcon./rcon kick [NAME]Kicks a player by name from the...

Call of Duty Rcon Commands

Log in as admin. Replace [rcon password] with your rcon password.rcon statusSee a list of players...

clients.txt file example

"clients.txt"{"version" "1"// This key group lists all your client players"players"{// This must...