Installation

Welcome to the Luman Studio's Bear Trap installation guide!

Assets

After purchase, you will receive access to 1 asset(s) on your Keymaster.

Asset Name
Installation Required
Description

beartrap

Yes

Script

Installation

1

Extract assets

Extract granted assets into your resources folder.

2

Specify framework

Next, open the config.lua file of this resource and set your framework there. For example:

Config.SelectedFramework = VORP
3

Update server.cfg

Update your server.cfg to include next lines:

ensure beartrap

Items

  1. Copy the beartrap.png image into vorp_inventory/html/img/items/.

  2. Add the item into your database table using the following SQL query:

INSERT INTO `items` (`item`, `label`, `usable`) VALUES ('beartrap', 'Beartrap', 1);

Last updated