не запускаюстя некоторые модули, запускаю серв.норм. в logs ошибки |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|

|
|
не запускаюстя некоторые модули, запускаю серв.норм. в logs ошибки |
Hooligan Crapy4ino
|
8.8.2008, 9:39
Сообщение
|
![]() |
Кароче я сам зделал сервак. Он не скачан с этого форума..) всё настроил плагины ни какие не ставил( дополнительно ) только основа.... amx cstrike и base , значит запучкаю сервак всё ок! захожу , побегал) закрываю сервак ) иду в logs там пишут вот ето :
L 08/08/2008 - 02:46:03: Log file started (file "logs\L0808012.log") (game "cstrike") (version "47/1.1.2.5/3647") L 08/08/2008 - 02:46:03: Server cvar "sv_allowupload" = "0" L 08/08/2008 - 02:46:03: Server cvar "pausable" = "0" L 08/08/2008 - 02:46:03: Server cvar "sv_aim" = "0" L 08/08/2008 - 02:46:03: Server cvar "sv_maxrate" = "25000" L 08/08/2008 - 02:46:03: Server cvar "sv_minrate" = "2500" L 08/08/2008 - 02:46:03: Server cvar "sv_contact" = "hoolic88@gmail.ru" L 08/08/2008 - 02:46:03: Server cvar "sv_region" = "3" L 08/08/2008 - 02:46:03: [META] Metamod v1.19p32 2007/08/12 L 08/08/2008 - 02:46:03: [META] by Will Day L 08/08/2008 - 02:46:03: [META] http://www.metamod.org/ L 08/08/2008 - 02:46:03: [META] Patch: Metamod-P (mm-p) v32 L 08/08/2008 - 02:46:03: [META] by Jussi Kivilinna L 08/08/2008 - 02:46:03: [META] http://metamod-p.sourceforge.net/ L 08/08/2008 - 02:46:03: [META] compiled: Aug 12 2007, 18:57:10 EET (optimized) L 08/08/2008 - 02:46:03: [META] Recognized game 'cstrike'; using dllfile 'mp.dll' L 08/08/2008 - 02:46:03: [META] Game DLL for 'Counter-Strike' loaded successfully L 08/08/2008 - 02:46:03: [META] ini: Begin reading plugins list: d:/moscowcity_server/cstrike/addons/metamod/plugins.ini L 08/08/2008 - 02:46:03: [META] ini: Read plugin config for: <amxmodx_mm.dll> L 08/08/2008 - 02:46:03: [META] ini: Finished reading plugins list: d:/moscowcity_server/cstrike/addons/metamod/plugins.ini; Found 1 plugins to load L 08/08/2008 - 02:46:03: [META] dll: Loading plugins... L 08/08/2008 - 02:46:03: [META] dll: Loaded plugin 'CStrike': CStrike v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team L 08/08/2008 - 02:46:03: [META] dll: Loaded plugin 'CSX': CSX v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team L 08/08/2008 - 02:46:03: [META] dll: Loaded plugin 'AMX Mod X': AMX Mod X v1.8.0.3660 Oct 25 2007, AMX Mod X Dev Team L 08/08/2008 - 02:46:03: [META] WARNING: dll: Not loading plugin 'CStrike'; already loaded (status=running) L 08/08/2008 - 02:46:03: [META] WARNING: dll: Failed to load plugin 'cstrike_amxx.dll' L 08/08/2008 - 02:46:03: [META] WARNING: dll: Not loading plugin 'CSX'; already loaded (status=running) L 08/08/2008 - 02:46:03: [META] WARNING: dll: Failed to load plugin 'csx_amxx.dll' L 08/08/2008 - 02:46:03: [META] dll: Finished loading 1 plugins L 08/08/2008 - 02:46:03: Log file closed Меня интересует только то что жирное и красное)) обьясните в чем проблема))) плиз! значит вот plugins ; AMX Mod X plugins ; 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) ; Chat / Messages adminchat.amxx ; console chat commands antiflood.amxx ; prevent clients from chat-flooding the server reklamko.amxx ; Реклама на серваке (текст) 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 А вот modules ;;; ; 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_amxx.dll ;engine_amxx.dll ;fakemeta_amxx.dll geoip_amxx.dll ;sockets_amxx.dll ;regex_amxx.dll ;nvault_amxx.dll cstrike_amxx.dll csx_amxx.dll |
|
|
|
Leo
|
8.8.2008, 10:42
Сообщение
|
![]() |
Кинь ещё cstrike\liblist.gam и cstrike\addons\metamod\plugins.ini
Ты походу вручную ставил amxmodx. ![]() Разработка сайтов -
|
Поблагодарили 1 раз
|
|
Mr.Dmitry
|
8.8.2008, 14:50
Сообщение
|
![]() |
|
Поблагодарили 1 раз
|
|
Hooligan Crapy4ino
|
8.8.2008, 16:24
Сообщение
|
![]() |
ну а как без hlguarda??? чё вместо него ставить?
|
|
|
|
Mr.Dmitry
|
8.8.2008, 17:57
Сообщение
|
![]() |
|
Поблагодарили 1 раз
|
|
Hooligan Crapy4ino
|
8.8.2008, 22:06
Сообщение
|
![]() |
Mr.Dmitry и воабще какой meaod луче ставить для пуюличного сервера??? такой metamod-p-1.19p32-window или обычный??
|
|
|
|
Hooligan Crapy4ino
|
8.8.2008, 22:52
Сообщение
|
![]() |
а пачему он два раза грузит то????
|
|
|
|
Hooligan Crapy4ino
|
8.8.2008, 23:05
Сообщение
|
![]() |
ахренеть мона)))) я кароче всё заново сделал)) как написанно)) вроде норм )) PS пока стоит только amx и metamod) СПАСИБА добрые люди)
|
|
|
|
![]() ![]() |