Юра Савченко
Участник
- Сообщения
- 20
- Реакции
- 0
Понятие не имею, где достать это расширение и что оно означает "clientprefs.ext"
оно по дефолту с sourcemod`ом идет в папке extensions
путь: server\cstrike\addons\sourcemod\extensions
Для windows все расширения заканчиваются .dll
Для linux все расширения заканчиваются .so
он у меня есть, а вот плагины пишутс чем это связано ?L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "jail_ct_quiz.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "sm_ctban.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "JailBro_Balance.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "RoundEndSound.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "otkaz.smx": Native "ConVar.AddChangeHook" was not found
L 07/22/2015 - 18:22:05: [SM] Unable to load plugin "clientprefs.smx": Required extension "Client Preferences" file("clientprefs.ext") not running
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
В databases.cfg
прописано?
HTML:"clientprefs" { "driver" "sqlite" "host" "localhost" "database" "clientprefs-sqlite" "user" "root" "pass" "" //"timeout" "0" //"port" "0" }
Файл по пути addons/sourcemod/configs/questions_list.cfg не найден.L 07/22/2015 - 18:54:01: [SM] Native "SetFailState" reported: Error: config file 'addons/sourcemod/configs/questions_list.cfg' not exists or not correct
Ошибка подключения к БД, не удается найти конфигурацию БД "default"L 07/22/2015 - 18:54:01: [sm_ctban.smx] Default database database connection failure: Could not find database conf "default"
- эта секция отсутствует в databases.cfg"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}
у меян небыло прописано этого в бд, спасибо
но у меня теперь другая проблемаL 07/22/2015 - 18:54:01: [SM] Plugin encountered error 25: Call was aborted
L 07/22/2015 - 18:54:01: [SM] Native "SetFailState" reported: Error: config file 'addons/sourcemod/configs/questions_list.cfg' not exists or not correct
L 07/22/2015 - 18:54:01: [SM] Displaying call stack trace for plugin "jail_ct_quiz.smx":
L 07/22/2015 - 18:54:01: [SM] [0] Line 80, C:\Users\Sergey\Desktop\���� ���\sourcemod\scripting\jail_ct_quiz.sp::OnMapStart()
L 07/22/2015 - 18:54:01: [SM] Plugin encountered error 25: Call was aborted
L 07/22/2015 - 18:54:01: [SM] Native "SetFailState" reported: Error: config file 'addons/sourcemod/configs/questions_list.cfg' not exists or not correct
L 07/22/2015 - 18:54:01: [SM] Displaying call stack trace for plugin "JailBro_Balance.smx":
L 07/22/2015 - 18:54:01: [SM] [0] Line 1080, C:\Users\Sergey\Desktop\���� ���\sourcemod\scripting\JailBro_Balance.sp::OnMapStart()
[SM] The plugin list has been refreshed and reloaded.
L 07/22/2015 - 18:54:01: [sm_ctban.smx] Default database database connection failure: Could not find database conf "default"
L 07/22/2015 - 18:54:01: [SM] Plugin encountered error 25: Call was aborted
L 07/22/2015 - 18:54:01: [SM] Native "SetFailState" reported: Error while connecting to default database. Exiting.
L 07/22/2015 - 18:54:01: [SM] Displaying call stack trace for plugin "sm_ctban.smx":
L 07/22/2015 - 18:54:01: [SM] [0] Line 534, /home/forums/content/files/5/4/6/4/8/143438.attach::DB_Callback_Connect()
"ctbans"
{
"driver" "sqlite"
"host" "localhost"
"database" "ctbans"
"user" "root"
"pass" ""
//"timeout" "0"
"port" "3306"
}