You can log in to our site only via STEAM. If you don’t have a STEAM account, please register a free one on the official site steamcommunity.com, then click the button below to log in. Logged-in users have access to many features that make browsing our store more convenient. To purchase plugins, change your IP, or recover a key, logging in is not required.
By logging in to our website, you agree to the terms of our Privacy Policy
Replacement for the standard plugin restmenu.amxx Few changes were made, specifically created for BuyMenu RBS.
The plugin is fully translated into Russian with support for colored chat.
Ability to disable restrictions for admins.
Ability to set separate restrictions for each map.
Each weapon in the menu is labeled… For example: DEAGLE (B14). This allows players to immediately understand how to buy the weapon. The drawback of the standard plugin was that it was difficult to find weapons by name, especially ones rarely used. (Hope the idea is clear.)
Added a native for plugin developers. This native is used, for example, in BuyMenu RBS.
25.01.26BETA - обновить .amxx - исправлено чтение lang файла (баг прошлой версии) 24.10.11BETA - обновить ВСЕ ФАЙЛЫ - обновлено ядро плагина - добавлена полная мультиязычность, даже в конфигах (серверная команда fg_lang) 20.06.06 - обновить .amxx - обновление ядра 17.09.14 - релиз - ранее шел в комплекте с BuyMenu RBS, теперь идет и отдельно
[ru]
RESTRIC_CENTER = Запрещено брать это оружие!
EQ_WE_RES = Оружия запрещены
EQ_WE_UNRES = Оружия разрешены
HAVE_BEEN = были
HAS_BEEN = был
RESTRICTED = запрещен
UNRESTRICTED = разрешен
NO_EQ_WE = Не найдено данное оборудование или оружие
WEAP_RES = Запрет использования амуниции
VALUE = значение
REST_ENTRIES_OF = Список команд с %i по %i. Всего - %i
REST_USE_MORE = напишите "amx_restrict list %i" для подробностей
REST_USE_BEGIN = Напишите "amx_restrict list 1" для начала
REST_CONF_SAVED = Конфигурация успешно сохранена (файл "%s")
REST_COULDNT_SAVE = Не удалось сохранить конфигурацию (файл "%s")!
REST_CONF_LOADED = Конфигурация успешно загружена (файл "%s")
REST_COULDNT_LOAD = Не удалось загрузить конфигурацию (файл "%s")!
COM_REST_USAGE = Использование: amx_restrict <команда> [значение]
COM_REST_COMMANDS = Команды:
COM_REST_ON = ^ton - устанавливать запрет на все оружие
COM_REST_OFF = ^toff - снять запрет со всего оружия
COM_REST_ONV = ^ton <значение> [...] - установить запрет на определенное оружие
COM_REST_OFFV = ^toff <значение> [...] - снять запрет с определенного оружия
COM_REST_LIST = ^tlist - вывести список разрешенного оружия
COM_REST_SAVE = ^tsave - сохранить список запрещенного оружия
COM_REST_LOAD = ^tload [файл] - загрузить список запрещенного оружия из файла
COM_REST_VALUES = Допустимые значения запрета:^nammo, equip, pistol, shotgun, sub, rifle, machine
COM_REST_TYPE = Напишите "amx_restrict list" для определенного оружия
REST_MENU_TITLE = \r[\yRestWeapons\r]\w Ограничение оружия
SAVE_SET = Сохранить настройки
CONF_SAV_SUC = !n[!gRestWeapon!n] !tКонфигурация успешно сохранена
CONF_SAV_FAIL = !n[!gRestWeapon!n] !tНе удалось сохранить конфигурацию!
/* Restrict Weapons RBS Functions
*
* by SKAJIbnEJIb
*
* This file is provided as is (no warranties).
*/
#if defined _restmenu_rbs_included
#endinput
#endif
#define _restmenu_rbs_included
// Проверить, заблокировано ли оружие
native restmenu_ckeck_weapon(id, weapon)