Get your first pawn shop working in this order.
Start these before envi-pawnshop:
envi-pawnshop
envi-bridge
envi-computer
envi-zone-tool
oxmysql
Most setup starts in shared/config.lua.
shared/config.lua
Check these first:
Config.AdminRole
Config.PawnShops
Config.ItemCategories
Config.PawnSystem
Config.ShopVehicles
Config.CustomerLoyalty
You can either:
define a shop in the config
create one in game with /createpawnshop
/createpawnshop
If you want fast testing, start with one config-based shop.
Choose which item categories the shop uses.
Then set the base item values that drive sell and pawn pricing.
Check these paths:
sell items
pawn items
buy back pawned items
browse shop stock
use the employee computer
spawn and return shop vehicles
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
Configuration Guide
In-Game Shop Creation
Core Systems
Last updated 4 days ago