Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

> Правила форума

Этот раздел, как вы могли заметить по названию, предназначен для решения вопросов по поводу уже существующих модов и плагинов.
Пожалуйста, если у вас проблема с написанием плагина, не путайте этот раздел с разделом по скриптингу.
Для поиска плагинов и модов существует соответствующий раздел.

Название темы должно соответствовать содержанию. Темы с названием типа "Помогите", "Вопрос", "парни подскажите..." - будут удалены.
Все темы, не относящиеся к "Вопросам по модам и плагинам", будут удалены или перемещены в соответствующий раздел.

Правила оформления темы:
1. Помимо заголовка не забудьте верно сформулировать свой вопрос.
2. Выложите исходник (в тег кода + ) или ссылку на плагин который вызывает у вас вопросы.
3. Выложите лог с ошибками (если имеется) под спойлер

csdm error

Статус пользователя hachik
сообщение 11.12.2011, 13:03
Сообщение #1


Стаж: 16 лет

Сообщений: 286
Благодарностей: 46
Полезность: < 0

Буквально за 15 минут до создании этой темы, у меня случилась проблема с CSDM сервером. Отказал AMXX модуль мода и теперь нивкакую не хочет грузится.

AMXX 1.8.1
Metamod 1.19
Windows 2003 Server x86 SP2 Standart
Dproto 0.9.0.87
CSDM 2.1.2 (Доработанный Shidla)

modules.ini

;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
geoip
sockets
regex
nvault
cstrike
csx
csdm
hamsandwich
noroundend

plugins.ini
; AMX Mod X plugins

; AMXBans
admin_amxbans.amxx
amxbans.amxx

; Admin Base - Always one has to be activated
;admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
;statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
m1c.amxx
setmaster.amxx
statsx_shell.amxx
ad_manager.amxx
voteban.amxx
votekick.amxx
Resetscore.amxx
team_join.amxx
Spec_Switch_rus.amxx

plugins-csdm.ini
;rename this file to disabled-csdm.ini to turn it off.
;rename it back to plugins-csdm.ini to turn it on.

;put a semi-colon in front of a plugin to disable it.
;add the word debug after a plugin to place it in debug mode
; for example: csdm_main.amxx debug
;remove a semi-colon to re-enable a plugin


;Main plugin, required for most cases
csdm_main.amxx

;Weapons and equipment menus
csdm_equip.amxx

;Enables preset spawning and the preset spawning editor
;Map config files are located in configs/csdm
csdm_spawn_preset.amxx
;spawn_editor.amxx

;Miscellanious extra features, such as ammo refills
; and objective removals
csdm_misc.amxx

;Spawn protection
csdm_protection.amxx

;Adds free-for-all mode (must be enabled in csdm.cfg too)
csdm_ffa.amxx

;Round ticketing mode, like FireArms. First team to use all
; of their death points loses the ability to respawn.
; (must be enabled in csdm.cfg too)
;csdm_tickets.amxx

;Item mode (from CSDM1)
;Must be enabled in csdm.cfg as well (at the very bottom)
;There is currently no item editor!
csdm_itemmode.amxx


лог из \cstrike\addons\amxmodx\logs
L 12/11/2011 - 18:57:31: -------- Mapchange to de_dust2 --------
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_main.amxx" failed to load: Plugin uses an unknown function (name "csdm_respawn") - check your modules.ini.
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_equip.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_spawn_preset.amxx" failed to load: Plugin uses an unknown function (name "csdm_trace_hull") - check your modules.ini.
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_misc.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_protection.amxx" failed to load: Plugin uses an unknown function (name "csdm_active") - check your modules.ini.
L 12/11/2011 - 18:57:31: [AMXX] Plugin "csdm_itemmode.amxx" failed to load: Plugin uses an unknown function (name "csdm_give_item") - check your modules.ini.
L 12/11/2011 - 18:57:32: [CSDM2] CSDM failed to load, contact author...
L 12/11/2011 - 18:57:32: [m1c.amxx] [M1c] Найдена система банов: AMXBans 5.0
L 12/11/2011 - 18:57:36: [amxbans.amxx] [AMXBANS] AMXBans 5.0 is online
L 12/11/2011 - 18:57:36: [amxbans.amxx] [AMXBANS] No reasons found in data base. Static reasons was loaded instead


Сервер не сборка скачанная с интернета. Сам все собираю всегда. До появления этой проблемы сервер проработал 10 дней стабильно.

Отредактировал: hachik, - 11.12.2011, 13:12
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   Цитировать сообщение
noskill
сообщение 11.12.2011, 13:13
Сообщение #2
Стаж: 14 лет

Сообщений: 3086
Благодарностей: 1493
Полезность: 0

замечал на многих серверах такую беду
что, даже перезагрузка не помогла?

п.с. сделай, пожалуйста, подпись поменьше, там ведь есть маленькие баннеры

Отредактировал: http//www.c-s.net.ua, - 11.12.2011, 13:15
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя hachik
сообщение 11.12.2011, 13:16
Сообщение #3


Стаж: 16 лет

Сообщений: 286
Благодарностей: 46
Полезность: < 0

Цитата(http//www.c-s.net.ua @ 11.12.2011, 19:13) *
замечал на многих серверах такую беду
что, даже перезагрузка не помогла?

Нет.. Отключение всех сторонних плагинов, замена на стандартный конфиг csdm.cfg, замена на стандартные плагины чистого CSDM ничего не дали. Все те же самые ошибки.
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя imba
сообщение 11.12.2011, 14:09
Сообщение #4
Стаж: 16 лет

Сообщений: 1677
Благодарностей: 735
Полезность: 571

билд сервера какой?
если 5408 то пробуй этоПрикрепленный файл  CSDM_2.1.2_hlbeta.zip ( 93,92 килобайт ) Кол-во скачиваний: 26


!
Запрет на ответ в темах до: 10.11.29392, 21:09
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
Поблагодарили 1 раз
   + Цитировать сообщение
Статус пользователя hachik
сообщение 11.12.2011, 14:14
Сообщение #5


Стаж: 16 лет

Сообщений: 286
Благодарностей: 46
Полезность: < 0

Да 5408, забыл указать. Спасибо, помогло :)
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
  Тема закрытаНачать новую тему
 
0 пользователей и 1 гостей читают эту тему: