shop-lockDXS STORES

A versatile and easy-to-configure multi-location store system for the VORP framework on RedM.

Dependencies

Installation

  1. Download the script.

  2. Place DXS_store into your resources/[vorp] directory.

  3. Execute the .sql files:

    • Run the queries from Extra/items.sql in your database to add the general items.

    • Run the queries from Extra/weapon_ammo.sql in your database to add weapons and ammunition.

  4. Add to your server.cfg:

  5. Restart your server.

Configuration

The main configuration file is config.lua. Here you can change general settings and manage your shops.

General Settings

Shop Configuration

You can add or modify shops in the Config.Shops table. Here is an example of a single shop configuration:

Usage

Players can find the stores by looking for the configured blips on the map. Once they are near a store NPC, they can press the E key (by default) to open the store menu and start buying or selling items.

Last updated