Configuration Guide
Quick Start
['my_shop'] = {
name = 'My Shop Name',
subtitle = 'My Shop Subtitle',
shopType = '247store',
location = vector3(0.0, 0.0, 0.0),
blip = {
sprite = 52,
color = 2,
scale = 0.7,
display = 4
},
ped = {
enabled = true,
model = 'mp_m_shopkeep_01',
coords = vector3(0.0, 0.0, 0.0),
heading = 0.0,
scenario = 'WORLD_HUMAN_STAND_MOBILE'
},
registers = {
enabled = false,
coords = {}
},
items = {},
ownership = {
enabled = false,
coords = vector3(0.0, 0.0, 0.0),
price = 0
}
}Shop Types
Type
What it sells
Adding a New Shop Type
Categories Explained
Configuration Explained
Basic Info
Map Blip
Shop Ped (The Clerk)
Cash Registers (Optional)
Shop Items
Player Ownership
Common Examples
Example 1: Basic 24/7 Store
Example 2: Hidden Illegal Shop (Dirty Money Only)
Example 3: Gun Store with License Requirements
Last updated