Skip to content

Custom Inventory \ Стартовый инвентарь

Jokaru88 edited this page Jun 26, 2013 · 1 revision

You may optionally enable a system that allows you to define custom spawn loadouts for individuals and/or group. To do so, follow these steps:

  1. Go into the RealityCP application, select "Setup / DB"->"Database", and import the Custom Inventory scheme.
  2. Make sure to have build Reality with the Custom Inventory package.

There are two tables which you must insert values into to use this feature. The cust_loadout table defines unique sets of inventory/backpack to give the player(s) on spawn. The cust_loadout_profile table then ties these cust_loadout rows to player profile IDs. You can associate multiple profile IDs to a single loadout with this relationship.

Rus

Во время установки вы можете активировать пакет, который позволит вам изменять стартовый набор игроков\группы. Для того чтобы это сделать нужно:

  1. Запустите RealityCP, выберете "Setup / DB"->"Database" и затем импортируйте схему "Custom Inventory" в вашу базу данных;
  2. Убедитесь что при сборке сервера вы установили дополнительный пакет "Custom Inventory".

В вашей базе данных вы должны будете изменить две таблицы. Таблица "cust_loadout" определяет индивидуальные профили инвентаря\рюкзака игрока во время его спавна. Таблица "cust_loadout_profile" связывает UID игрока и выбранный в таблице "cust_loadout" ID профиля снаряжения. Вы можете задавать один и тот же профиль снаряжения для нескольких игроков.