Привет всем ..Ребята помогите настроить CSDM у меня всё работает только одно но . Когда играеш двоём на сервере неважно кто кого убивает респаун для двоих делается и деньги обоим даются .Подскажите где в каком файле что настроить и как .. Заранее огромное спасибо...С наилучшими пожеланиями Добавлено (2016-05-31, 14:52)
---------------------------------------------
ВОТ МОИ НАСТРОЙКИ СЕРВЕРА ВРОДЕ ВСЁ КАК И ДОЛЖНО НО РЕСПАУН ДЛЯ ОБОИХ
// Server Logging
log on // включаем режим записи логов
mp_logdetail 0 // определяем детальность записи логов
mp_logmessages 0 // записывать сообщения
decalfrequency "60"
sv_rcon_banpenalty 10800
sv_rcon_maxfailures 2
sv_rcon_minfailures 2
sv_rcon_minfailuretime 3600
// Логирование действий
log "off" // Режим записи логов (On/Off=Вкл/Выкл)
mp_logdetail "0" // Уровень дитализации логов
mp_logecho "0" // Показывать информацию из логов сервера в консоль сервера
mp_logfile "0" // Запись логов сервера в файл
mp_logmessages "0" // Возможность записывать сообщения чата
// Основные параметры сервера
pausable "0" // Возможность остановить сервер командой pause
mp_timelimit "0" // Время карты
mp_buytime "0" // Время закупки
mp_c4timer "" // Время взрыва бомбы
mp_startmoney "850" // Начальные деньги
mp_freezetime "0" // Заморозка на респауне
mp_roundtime "0" // Длина раунда
mp_decals "150" // Колличество разрешённых декалей (спреи, пятна крови)
mp_falldamage "1" // 1-разрешить урон от падения
mp_flashlight "0" // Разрешить фонарик
mp_footsteps "1" // Слышимость звуков шагов
sv_spectatormaxspeed "500" // Скорость перемещения в наблюдателях
sv_timeout "19" // Через сколько секунд выкидывать зависших игроков
sv_maxspeed "400" // Максимальная скорость игрока
sv_restartround "0"
sv_restart "0" // Рестарт раунда
decalfrequency "60" // Через сколько секунд игрок снова сможет нарисовать свое лого (spray logo)
// Баланс
mp_autoteambalance "1" // Авто-распределение игроков
mp_limitteams "1" // Макс. разница между командами (уст. 1 человек)
// Наблюдение
allow_spectators "1" // Разрешить наблюдение за всеми
mp_forcechasecam "0" // 1-после смерти игрок может следить только за своей командой
mp_allowspectators 1
// Нарушители
mp_autokick "0" // Кик за ТК
mp_tkpunish "0" // В следующем раунде убить ТимКиллера
mp_friendlyfire "0" // Огонь в своих
mp_hostagepenalty "0" // Кик за убийство 3 заложников
// Работа с ресурсами
sv_proxies "1" // Разрешить прокси на сервере
sv_allowupload "1" // Разрешить закачку файлов
sv_allowdownload "1" // Разрешить загрузку с сервера
sv_downloadurl "https://yadi.sk/d/IZI3-YnPs5xow" // Быстрая скачка с сайта
// Общение
mp_chattime "0" // Время
sv_alltalk "1" // 0-разговор в микроф. между игроками одной стороны
sv_voiceenable "1" // Микрофон запрещен
sv_voicequality "5" // Качество передачи звука
sv_voicecodec "voice_speex" // Голосовой кодек
// Настройки звука
s_disable_a3d // Поддержка A3D (s_enable/s_disable=Вкл/Выкл)
s_disable_eax // Поддержки EAX (s_enable/s_disable=Вкл/Выкл)
// Читы и автонаводка запрещена
sv_aim "0" // 0 - Запретить использовать встроенное в игру авто-наведение
sv_cheats "0" // 0 - Запретить читерские консольные команды
// Настройки рейтов
sv_maxrate "25000" // Максимальная величина команды rate для клиентов
sv_minrate "12500" // Минимальная величина команды rate для клиентов
sv_maxupdaterate "101" // Максимальная величина команды cl_updaterate для клиентов
sv_minupdaterate "101" // Минимальная величина команды cl_updaterate для клиентов
// Настройки ммтаймера
mm_insane "0"
sys_ticrate "1200"
// Сервер LAN\Internet
sv_lan "0" // Сервер отображается в Лане или в Интернете
sv_lan 0
sv_unlag 1
sv_maxunlag 1
А ЭТО CSDM.CFG МОИ НАСТРОЙКИ
;CSDM Configuration File
; Default settings by GAZGOLD
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]
;Sets whether CSDM is enabled or not.
enabled = 1
;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1
;Sets how long weapons should stay on the ground for after being dropped
;in seconds. note that enabling this can create lots of lag for clients
; AND server. 0 is immediate, -1 is infinite.
weapons_stay = 0
;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset
;Sets whether the bomb is removed
remove_bomb = 1
;Sets the spawn waiting time
spawn_wait_time = 0.5
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd
;Blocks people from using all buy commands
block_buy = 1
;Auto-refills ammo when it gets depleted
ammo_refill = 1
;Says a radio command to a player when they respawn
spawn_radio_msg = 0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]
;Is round ticketing enabled?
enabled = 1
;Number of times a team can have players respawn before they stop
; being able to respawn
tickets = 5000
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]
;Is spawn protection enabled?
enabled = 1
;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 200"
;Number of seconds someone is respawned for.
time = 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]
;Equip Menu flags:
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = psag
;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ah
;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = h
;Sets number of flashbangs given if
; grenades are enabled
fnadesnum = 1
;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;
;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to a '0' to block the weapon
;Removing or moving things
; from the list will change the order of the menus!
[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1
[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 0
sg552 SG552 0
galil Galil 0
famas Famas 0
scout Scout 0
awp AWP 1
sg550 SG550 0
m249 M249 0
g3sg1 G3SG1 0
ump45 "UMP 45" 0
mp5navy "MP5 Navy" 1
m3 M3 0
xm1014 XM1014 0
tmp TMP 0
mac10 "Mac 10" 0
p90 P90 0
;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp
[botprimary]
ak47
m4a1
awp
galil
aug
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]
;Is item mode enabled?
enabled = 0
;If set to 1, players will drop a pack of goodies when they die.
drop_packs = 1
;Sets the number of armor given by a battery. Default is 15.
battery = 15
;Sets the number of health given by a medkit. Default is 15.
medkit = 15
;Sets the time to wait for an item to reappear on its place. Default is 20 (0 = permanent)
item_time = 20
;Sets how long packs stay on the ground. (Max is 30 seconds)
drop_time = 20
;Remove semicolons to restrict any of the following items
; or add the short weapon names of the weapons you want to restrict (m4a1, ak47, awp ...)
[item_restrictions]
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor