Help unknown command

Статус
В этой теме нельзя размещать новые ответы.

Bravo

Пользователь
Регистрация
8 Июн 2017
Сообщения
181
Симпатии
24
Пол
Мужской
Привет, подскажите в чем может быть проблема ?

unknown command "bot_deathmatch"
unknown command "bot_quota_mode"
unknown command "amx_mode"
unknown command "sv_voicecodec"
 

ade888

Пользователь
Регистрация
9 Июн 2017
Сообщения
200
Симпатии
24
Пол
Мужской
а куда это прописать? в server.cfg
 

Mmonster

Пользователь
Регистрация
9 Июн 2017
Сообщения
599
Симпатии
291
Предупреждения
15
Пол
Мужской

GIT

Пользователь
Регистрация
9 Июн 2017
Сообщения
147
Симпатии
7
Пол
Мужской
unknown command "sv_voicecodec" Почему этот квар не считывается?
 

x7s

Пользователь
Регистрация
9 Мар 2018
Сообщения
17
Симпатии
1
Found where is file game.cfg after that edit with some editor like Notepad++ and search for this
Код:
// Set's the mode for the zBot
// 0 - disabled
// 1 - enable mode Deathmatch and not allow to do the scenario
//
// Default value: "0"
bot_deathmatch 0

// Determines the type of quota.
// normal - default behaviour
// fill   - the server will adjust bots to keep N players in the game, where N is bot_quota
// match  - the server will maintain a 1:N ratio of humans to bots, where N is bot_quota
//
// Default value: "normal"
bot_quota_mode "normal"

// Prevents bots from joining the server for this many seconds after a map change.
//
// Default value: "0"
bot_join_delay 0
and replace with this one and save the file
Код:
// Set's the mode for the zBot
// 0 - disabled
// 1 - enable mode Deathmatch and not allow to do the scenario
//
// Default value: "0"
//bot_deathmatch 0

// Determines the type of quota.
// normal - default behaviour
// fill   - the server will adjust bots to keep N players in the game, where N is bot_quota
// match  - the server will maintain a 1:N ratio of humans to bots, where N is bot_quota
//
// Default value: "normal"
//bot_quota_mode "normal"

// Prevents bots from joining the server for this many seconds after a map change.
//
// Default value: "0"
//bot_join_delay 0
After that if you want you can change map to apply changes
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху Снизу