Собственно собрал сервер, поставив на мой взгляд нужные плагины, но теперь после тестов обнаружил косяк с плагином
endroundmusicmp3 и loading_music2. Первый то работает то нет, а когда он работает то воспроизводит лишь первую мелодию. Второй воспроизводит первую мелодию. Причем музыку включают оба плагина от
loading_music2. В консоли сервера есть сообщение: [!]Warning: read some cvar`s from configuration failure! Относится ли это месага к данным плагинам? Мб они блокируют друг друга?
Код
; MOST IMPORTANT
stop_chat_ad.amxx ; Блокировка чат мессаджей
csf_anticheat.amxx ; Серверный античит
; AMX Mod X plugins
; Базовые для админа - Всегда только один активен
admin.amxx; admin base (required for any admin-related)
;admin_sql.amxx; admin base - SQL version (comment admin.amxx)
; Базовые
admincmd.amxx; basic admin console commands
adminhelp.amxx; help command for admin console commands
adminslots.amxx; slot reservation
multilingual.amxx; Multi-Lingual management
; Меню
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
; Чат / сообщения
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
; Карты
;nextmap.amxx; displays next map in mapcycle
;mapchooser.amxx; allows to vote for next map
timeleft.amxx; displays time left on map
Galileo_MastaMan_Edition_build253.amxx ; Новый плагин голосования
; Конфигурация
pausecfg.amxx; allows to pause and unpause some plugins
statscfg.amxx; allows to manage stats plugins via menu and commands
; Статистика
;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!)
statsx_shell.amxx ; Новый StatsX
;Защита
;Atac
admin_spec_esp_v1.4_beta.amxx ; Чит админа в спектре
; Включенные для работы AmxModX
amxmod_compat.amxx; AMX Mod backwards compatibility layer
;Мои плагины
in_game_ads.amxx ; Рекламные щиты
MastaMotds_beta5.amxx ; Система показа MOTD окон
amx_bancs.amxx ; Система банов, против игроков со сменным ИП
HDScreenshot.amxx ; Скриншот большого урона
automatic_knife_duel.amxx; Дуэли на ножах
say_motd.amxx ; В чате /motd
weapon_icon.amxx ; Иконки оружия
antiflood.amxx ; От флуда
uaio_admin_R3_MastaMan_Edition.amxx ; Система управления сервером
;Sound
loading_music2.amxx ; Воспроизведение музыки при входе на сервер
ut_killstreak_adv.amxx; Воспроизведение звуков
high_ping_reducer.amxx; Уменьшение пинга, бан и кик пингеров
admin_check.amxx ; Админ онлайн
endroundmusicmp3.amxx ; Воспроизведение музыки в конце раунда
Код
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1 //Режим работы мода (0 - не проверяется пользователи, 1 - users.ini, 2 - кого нет в users.ini кикаются)
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2 //Действия админов (0 - не отображаются, 1 - без ника, 2 - с ником)
amx_show_activity 2
exec addons/amxmodx/configs/scrollmsg/scrollmsg.cfg
exec addons/amxmodx/configs/scrollmsg/advert_bottom.cfg
// Frequency in seconds of colored messages
//
// Default value: 180 //Частота вывода бегущей строки
amx_freq_imessage 70
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5 //Время слапа
amx_plmenu_slapdmg 0 1 5
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75 //Частота сообщений
amx_flood_time 0.75
// Amount of slots to reserve.
//
// Default value: 0 //Резерв слотов для админа с флагом "b"
amx_reservation 1
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0 //Скрытые слоты
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1 //Звук Зэ тайм т.д.
amx_time_voice 1
// Minimum delay in seconds between two voting sessions
//
// Default value: 10 //Время между голосованиями
amx_vote_delay 20
// How long voting session goes on
//
// Default value: 10 //Время на голосование
amx_vote_time 20
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1 //Показывать результат
amx_vote_answers 1
// Some ratios for voting success
// Default value: 0.40
amx_votekick_ratio 0.40
// Default value: 0.40
amx_voteban_ratio 0.40
// Default value: 0.40
amx_votemap_ratio 0.40
// Default value: 0.02
amx_vote_ratio 0.02
// Max. time to which map can be extended
//
// Default value: 90 //Макс. время продления
amx_extendmap_max 90
// Step for each extending
//
// Default value: 15 //Шаг продления
amx_extendmap_step 25
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1 //Язык у клиента
amx_client_languages 0
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
//
// Beginning of Counter-Strike package specific configurations.
//
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 0
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
amx_statsx_design 9 // Выбор статы
//////////////////////////////////////////
///AmxBanCS - система против динам. ИП ///
//////////////////////////////////////////
Bancs_hud 1 // Выводит бан bancs
Bancs_logs 1 // Ведение логов
Bancs_delay 10 // Через сколько выкинет с сервера
//////////////////////////////////////////
///HPR////////////////////////////////////
//////////////////////////////////////////
amx_hpr_ping 80
amx_hpr_tests 4
amx_hpr_delay 30
amx_hpr_critical_ping 200
amx_hpr_punishtype 2
amx_loading_track 1
amx_erm_radio 0
amx_erm_log 0
Код
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "GameNet CS 1.6 Server"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
mp_timelimit 20
sv_cheats 0
sv_allowdownload 1
// load ban files
;exec listip.cfg
;exec banned.cfg
exec booster.cfg
mm_insane 0
sys_ticrate 1100
Отредактировал: Kadet_fad, - 23.4.2010, 8:44