Thread: Error messages
View Single Post
Re: Error messages
Old
  (#7)
ghost of evilspy
Moderator
 
ghost of evilspy's Avatar
 
Status: Offline
Posts: 140
Join Date: Mar 2005
Location: Finland
Default Re: Error messages - 11-03-2008

Quote:
Originally Posted by Archmage View Post
Line 143 unknown command pause_frequency 300 (trying to execute as server command)
Line 144 unknown command pause_time_min 9 (trying to execute as server command)

Also same errors for time_max and jump_frequency.
These are not commands for jk_botti config.

Instead these are 'bot_skill_setup' settings.

For example setting pause_frequency for skill level 5 (lowest) to 300, add following line to cfg:
Code:
bot_skill_setup 5 pause_frequency 300
Replace skill with level you want to modify.
  
Reply With Quote