Quick Start

Get your first pawn shop working in this order.

1

Start the dependencies

Start these before envi-pawnshop:

  • envi-bridge

  • envi-computer

  • envi-zone-tool

  • oxmysql

2

Review the main config

Most setup starts in shared/config.lua.

Check these first:

  • Config.AdminRole

  • Config.PawnShops

  • Config.ItemCategories

  • Config.PawnSystem

  • Config.ShopVehicles

  • Config.CustomerLoyalty

3

Create or define a shop

You can either:

  • define a shop in the config

  • create one in game with /createpawnshop

If you want fast testing, start with one config-based shop.

4

Set categories and prices

Choose which item categories the shop uses.

Then set the base item values that drive sell and pawn pricing.

5

Test the player flow

Check these paths:

  • sell items

  • pawn items

  • buy back pawned items

  • browse shop stock

  • use the employee computer

  • spawn and return shop vehicles

Good first checks

  • item names in categories exist in your inventory

  • the shop has valid ped and interaction coordinates

  • the employee computer is reachable

  • the shop categories are selected correctly

  • the shop has funds for supplier and vehicle features

Start here next

Last updated