CS:S DM v.2.1.4 (Death Match CS Source)

rogov

Участник
Сообщения
159
Реакции
27
Re: Ответ: CS:S DM 2.1.0 (Death Match CS Source)

вопрос как убрать выбор оружия в начале раунда? я делаю серв ДМ, на котором на каждой карте только определенное оружие, я сделал для каждой мапы подборку оружия которое дается автоматом в начале карты... и убрал из меню в начале все орудия, но меню осталось и если нажать в нем рандом то появляется рандомно пухи, которые нафиг нуны...
как выйти из этой ситуации?




как сделать чтоб в начале карты довался дигл
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Блин попробовал дигл не даеться у каждой каманды 1.1

как сделать чтобы давался дигл
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Пробовал такой варит дигл дается но есть Mеню



"Equipment"
{
"Settings"
{
// Allow clients to say "guns" to restore their menu.
// This is disabled if the menu isn't drawn.
//
"guns_command" "no"
}

//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "no"

// Secondary gun menu
"secondary" "random"

// Normal CS:S buy menu/commands
// If enabled, the main equipment menu will be disabled.
"buy" "no"
}

//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give (0 to use default from game/other plugin)
"health" "100"

// Armor amount to give
"armor" "100"

// Whether to give a helmet. If you want to disable armor, you must
// set this to "no" as well as setting armor to 0.
"helmet" "yes"

// Number of flashbangs to give
"flashbangs" "0"

// Whether to give a smoke grenade
"smokegrenade" "no"

// Whether to give an HE grenade
"hegrenade" "no"

// Whether to give defusekits to CTs
"defusekits" "yes"

// Whether to give nightvision
"nightvision" "yes"
}

//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "deagle"
"health" "100"
"armor" "100"
"helmet" "yes"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "no"
"defusekits" "yes"
}

//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "deagle"
}

//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "m4a1"
"weapon" "ak47"
"weapon" "scout"
"weapon" "sg552"
"weapon" "galil"
"weapon" "famas"
"weapon" "aug"
"weapon" "m249"
"weapon" "ump45"
"weapon" "mp5navy"
"weapon" "m3"
"weapon" "xm1014"
"weapon" "tmp"
"weapon" "mac10"
"weapon" "p90"
}
}
Ставлю тут "yes" Mеню нету и дигл не даеться у всех 1.1
// Normal CS:S buy menu/commands
// If enabled, the main equipment menu will be disabled.
"buy" "yes"


Помогите пожалуйста
 

Andrey

пишу код за еду
Сообщения
3,386
Реакции
4,019
Re: CS:S DM v.2.1.1 (Death Match CS Source)

"secondary" "no" измени
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Пробовол "secondary" "no" у всех 1.1
//
"guns_command" "no"
}

//
// Enable or disable menus here.
// For the primary and secondary gun menus, you can use:
// "no" - Completely disable the menus
// "yes" - Enable the menus
// "random" - Pick a random weapon from the menus automatically for players
//
"Menus"
{
// Primary gun menu
"primary" "no"

// Secondary gun menu
"secondary" "no"

// Normal CS:S buy menu/commands
"buy" "yes"
}

//
// Automatic things to give on spawn.
//
"AutoItems"
{
// Health amount to give
"health" "100"

// Armor amount to give
"armor" "100"

// Whether to give a helme
"helmet" "yes"

// Number of flashbangs to give
"flashbangs" "0"

// Whether to give a smoke grenade
"smokegrenade" "no"

// Whether to give an HE grenade
"hegrenade" "no"

// whether to give defusekits to CTs
"defusekits" "yes"
}

//
// Items listed here will be automatically given to bots.
// If multiple weapons exist from one category (primary/secondary),
// then a random item will be chosen from that category. If the same
// weapon is added more than once, it increases its chances of being
// picked. No more than 32 weapons can be added to either the secondary
// or the primary pool.
//
"BotItems"
{
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "deagle"
"health" "100"
"armor" "100"
"helmet" "yes"
"flashbangs" "0"
"smokegrenade" "no"
"hegrenade" "no"
"defusekits" "yes"
}

//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"SecondaryMenu"
{
"weapon" "no"
"weapon" "no"
"weapon" "deagle"
"weapon" "no"
"weapon" "no"
"weapon" "no"
}

//
// If no items exist, the menu will be skipped.
// If only one item exists, the menu will be skipped
// and players will receive the item automatically.
//
"PrimaryMenu"
{
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
"weapon" "no"
}
}
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Спасибо большое за помощь теперь все работает
 

zMAXz

Участник
Сообщения
15
Реакции
2
Re: CS:S DM v.2.1.1 (Death Match CS Source)

После обновления с v49 на v50 игроки после смерти не появляются у кого нибудь есть похожая проблема? и как её решить?
 

vad36

Участник
Сообщения
3
Реакции
0
Re: CS:S DM v.2.1.1 (Death Match CS Source)

У меня После обновления с v49 на v50, на GunGame только ножи - оружия нет!!!
Проблема не только у тебя.
Временно решил проблему: откатил папку (F:\****\orangebox\cstrike\bin) от предыдущей версии.
Будем ждать обновления модов.
 

ivan88

Участник
Сообщения
9
Реакции
1
Re: CS:S DM v.2.1.1 (Death Match CS Source)

На официальном воруме тоже ждут обновления плагина)

А я пока дм на паблик переименовал)))
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

После обновления с v49 на v50, перестал корректно работать ДМ проблема решается обновлением
файла cssdm.games.txt

Замените на новый
Файлы находяться тут: orangebox\cstrike\addons\sourcemod\gamedata\
 

ivan88

Участник
Сообщения
9
Реакции
1
Re: CS:S DM v.2.1.1 (Death Match CS Source)

А откуда ты этот файл взял байлопан пока еще ничего не обновлял
 

rogov

Участник
Сообщения
159
Реакции
27
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Какая разрядница от куда самое главное работает я проверил и сразу выложил тут по таму как это самый нарьмальный форум
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Re: CS:S DM v.2.1.1 (Death Match CS Source)

может на винде не пашет?
скачал я переустановил,т.к после обновления не работало,и всервно не работает,ставил патч,не грузит cssdm.ext
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Re: CS:S DM v.2.1.1 (Death Match CS Source)

Все все мне друг помог))
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
Re: CS:S DM v.2.1.1 (Death Match CS Source)

он мне заменил какие-то строчки в файле cssdm.games.txt
тут на 8 странице кто-то выкладывал файл,попробуй его,у меня правда не пошел,зато друг выручил.
 

dobermanrus

Участник
Сообщения
41
Реакции
1
Re: CS:S DM v.2.1.1 (Death Match CS Source)

он мне заменил какие-то строчки в файле cssdm.games.txt
тут на 8 странице кто-то выкладывал файл,попробуй его,у меня правда не пошел,зато друг выручил.

спс. работает. не посмотрел 8 страницу.
 
Сверху Снизу