Модуль позволяет VIP игрокам использовать функции плагина Custom Weapons, который позволяет выдавать игрокам нестандартное оружие (изменяет модель и звуки оружия).
В файл перевода vip_modules.phrases.txt добавляем:
"CustomWeapons"
{
"ru" "Модели оружия"
"en" "Weapon Models"
"fi" "Ase Mallit"
}
В groups.ini прописываем:
"CustomWeapons" "1"
Для доступа к меню Custom Weapons - ваш VIP игрок должен иметь необходимый флаг доступа, который задан в настройке sm_custom_weapons_admin_flags
English Description
The module allows VIP players to use the functions of the Custom Weapons plugin, which allows you to issue custom weapons to players (changes the model and sounds of weapons).
In the translation file vip_modules.phrases.txt add:
"CustomWeapons"
{
"ru" "Модели оружия"
"en" "Weapon Models"
"fi" "Ase Mallit"
}
Add to groups.ini:
"CustomWeapons" "1"
To access the Custom Weapons menu - your VIP player must have the required access flag, which is set in the sm_custom_weapons_admin_flags cvar
и
Recommended Comments