Ошибки в консоли и логах

SaInT.P

Участник
Сообщения
1,268
Реакции
226
проблема такова
в консоли срет ошибкой что нету карты+ ошибки от стандартных плагинов (nominations и randomcycle) , скриншот прилагаю ( Увеличеная копия )
Вот содержимое mapcycle и maplist
fw_bridge_a1
fw_cube_b8
fw_forts_a2
fw_war_a1
fw_sewers_a3
fw_gas_a2
fw_3cp_a1

Карты залиты в папку на сервере
так и не смог понять что это такое и почему так пишет
 

Вложения

  • Безымянный.jpg
    Безымянный.jpg
    16.6 КБ · Просмотры: 14

MFS

Участник
Сообщения
1,533
Реакции
787
проверь mapcycle и maplist на их наличие в cfg, если есть, приведи в соответствие с корневыми

проверь настройки maplist.cfg, если что не так, поставь дефолтный

проверь соответствие плагинов версии SM
 

SaInT.P

Участник
Сообщения
1,268
Реакции
226
MFS, файлы есть в папке, версия такаяже, файл стандартный, вот он
/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}

/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}

/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}

/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}
 

smoke96

Участник
Сообщения
1,134
Реакции
175
MFS, файлы есть в папке, версия такаяже, файл стандартный, вот он
/**
* Use this file to configure map lists.
*
* Each section is a map list that plugins can use. For example, the Admin Menu
* requests an "admin menu" map list, and you can control which maps appear via
* this file.
*
* Each section must have a property that explains where to read the maps from.
* There are two properties:
*
* target - Redirect the request to another section.
* file - Read a file of map names, in mapcycle.txt format.
*
* There is one section by default, called "mapcyclefile" - it is mapped to the
* mapcycle.txt file, or whatever the contents of your mapcyclefile cvar is.
*
* If a plugin requests a map list file which doesn't exist, or is empty, SourceMod
* tries the "default" section, and then the "mapcyclefile" section.
*/
"MapLists"
{
/**
* Default requests go right to the mapcyclefile.
*/
"default"
{
"target" "mapcyclefile"
}

/* Admin menu, map menu */
"sm_map menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* Admin menu, map voting menu */
"sm_votemap menu"
{
"file" "addons/sourcemod/configs/adminmenu_maplist.ini"
}

/* For the "randomcycle" plugin */
"randomcycle"
{
"target" "default"
}

/* For the "mapchooser" plugin */
"mapchooser"
{
"target" "default"
}

/* For the "nominations" plugin */
"nominations"
{
"target" "default"
}
}

мапчусер экстендет стоит?
 
Сверху Снизу