You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You currently have the following option in this module, lastclip:
"LR_UnusualKills"
{
"Settings"
{
// Типы выдачи очков опыта:
// 0 - Не выдавать очки от модуля, только записи в БД;
// 1 - Выдавать очки опыта отдельным сообщением (из файла перевода);
// 2 - Прибавлять очки опыта за необычное убийство к "за убийство".
"Exp_Mode" "1"
// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
// Указывать без префикса "weapon_"
"ProhibitedWeapons" "hegrenade,molotov,incgrenade"
"TypeKills"
{
// Убийство последним патроном.
"lastclip"
{
"exp" "1"
"menu" "1"
}
}
}
}
It would be interesting to implement the option to choose which weapons will not work in this category, for example Zeus x27, as there is only one shot, would be like this:
"LR_UnusualKills"
{
"Settings"
{
// Типы выдачи очков опыта:
// 0 - Не выдавать очки от модуля, только записи в БД;
// 1 - Выдавать очки опыта отдельным сообщением (из файла перевода);
// 2 - Прибавлять очки опыта за необычное убийство к "за убийство".
"Exp_Mode" "1"
// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
// Указывать без префикса "weapon_"
"ProhibitedWeapons" "hegrenade,molotov,incgrenade"
"TypeKills"
{
// Убийство последним патроном.
"lastclip"
{
"exp" "1"
"menu" "1"
"noweapons" "weapon_taser"
}
}
}
}
If he kills with Zeus x27 it would not count as a lastclip.
The text was updated successfully, but these errors were encountered:
// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
// Указывать без префикса "weapon_"
"ProhibitedWeapons" "hegrenade,molotov,incgrenade"
However, I do not want to remove the weapon from all killing options, just a few in this case.
That is, Zeus x27 does not count as lastclip but it could count as run, jump
You currently have the following option in this module,
lastclip
:It would be interesting to implement the option to choose which weapons will not work in this category, for example Zeus x27, as there is only one shot, would be like this:
If he kills with Zeus x27 it would not count as a lastclip.
The text was updated successfully, but these errors were encountered: