- Автор
- Совместимость с
- Amx Mod X 1.8.2, Amx Mod X 1.9.0
- Мультиязычность
- RU, EN, UA, CN, , , , , ,
Этот плагин добавляет в игру уникальный магазин с множеством настраиваемых вещей. Имеется специальная система очков, которую можно включить в конфиге. Также есть в наличии API для добавления своих предметов или удаления имеющихся.
Плагин может быть легко модифицирован для использования вместе с другими модами, например, брать из них валюту(Ammo Packs, BaseBuilder Credits, JBPacks, XP). Проделывается путём редактирования
Предметы из магазина по умолчанию могут быть кастомизированы через команду
Плагин может быть легко модифицирован для использования вместе с другими модами, например, брать из них валюту(Ammo Packs, BaseBuilder Credits, JBPacks, XP). Проделывается путём редактирования
cshop_settings.inc
Предметы из магазина по умолчанию могут быть кастомизированы через команду
cshop_settings.inc
или файл cshop_settings.inc
. Этот файл создаётся автоматически после смены карты. Также здесь можно добавлять или удалять предметы.This plugin adds a unique shop in the game that contains a variety of different settings which makes it highly customizable. The shop has got a special points system that can be activated through the configuration file. It also has an API which allows you to easily add more items, as well as remove some of the default ones.
The plugin can easily be modified to use a currency from another mod, e.g. Ammo Packs, BaseBuilder Credits, JBPacks, XP, etc. You can do this by editing the file
The shop is packed by a bunch of default items that can be fully customized via the
You can find a list of all addons released by me for this plugin here.
The plugin can easily be modified to use a currency from another mod, e.g. Ammo Packs, BaseBuilder Credits, JBPacks, XP, etc. You can do this by editing the file
cshop_settings.inc
The shop is packed by a bunch of default items that can be fully customized via the
cshop_edit
command or the file configs/CustomShopItems.ini
(this file is automatically generated after mapchange). You can also enable or disable items from there.You can find a list of all addons released by me for this plugin here.
- Команды
-
- cshop_points <nick|#userid> <число> -- даёт очки игроку или же наоборот, забирает.
- cshop_items -- показывает список всех предметов
- cshop_edit -- открывает редактор магазина прямо в игре
- cshop_reset_points -- обнуляет очки у всех
- cshop_points <nick|#userid> <amount> -- gives/takes points to/from the player
- cshop_items -- shows a list of all registered items
- cshop_edit -- opens the in-game Shop Editor
- cshop_reset_points -- resets everyone's points