View Full Version : quiet bots!
penguin_hash
05-13-2002, 07:46 PM
Can't seem to get the bots on my server to stop chatting. My server.cfg bot section is as follows:
// setup bots
set bot_enable "1"
set bot_minplayers "8"
seta g_spSkill "3"
seta bot_challenge "1"
seta bot_nochat "1"
seta bot_fastchat "0"
I am confused with the set/seta difference as well.
dbs_aber
05-13-2002, 08:40 PM
I cant get it working either, looks like raven have disabled it or changed the varible name
DBS
dont use quotes on the numbers
// setup bots
set bot_enable "1"
set bot_minplayers "8"
seta g_spSkill "3"
seta bot_challenge "1"
seta bot_nochat "1"
seta bot_fastchat "0"
should be:
// setup bots
set bot_enable 1
set bot_minplayers 8
seta g_spSkill 3
seta bot_challenge 1
seta bot_nochat 1
seta bot_fastchat 0
i beleive the difference between set and seta is that seta changes the value in your config file making it more permenet set is more temporary
hope that helps
MatrixCPA
05-14-2002, 02:11 PM
In my experience, quotes really make no difference except in cases where text with spaces are used. However, the use of quotes makes for easier readability--imho.
vBulletin®, Copyright ©2000-2013, Jelsoft Enterprises Ltd.