penguin_hash Posted May 13, 2002 Share Posted May 13, 2002 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. Link to comment Share on other sites More sharing options...
dbs_aber Posted May 14, 2002 Share Posted May 14, 2002 I cant get it working either, looks like raven have disabled it or changed the varible name DBS Link to comment Share on other sites More sharing options...
mule Posted May 14, 2002 Share Posted May 14, 2002 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 Link to comment Share on other sites More sharing options...
MatrixCPA Posted May 14, 2002 Share Posted May 14, 2002 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.