
πPawnshop Locations
Config.Pawnshops = {
['custom_pawnshop'] = {
name = 'Custom Pawn Shop Name', -- pawnshop name to be display as the menu header
coords = vector4(-1459.47, -413.96, 35.74, 171.06), -- where to spawn the ped
usePed = true, -- set to true to spawn a ped instead of a target cicle zone
model = 'a_m_m_business_01', -- ped model to spawn
money = 'cash', -- type of payment received from selling here use cash or bank or dirtycash (if using dirty cash ensure you have the item in your items.lua)
owned = {
playerOwned = true, -- is this shop player owned
owner = 'SWG17640', -- citizen id
stashLoc = vector3(-1455.93, -414.11, 35.63), -- coords to create circlezone for counter stash where players put their items they want sell to the owner
marketPlaceLoc = vector3(-1452.84, -412.16, 35.76), -- coords to create the circlezone for the market place where shop owners sell their products listed below in itemsAllowed
},
blip = {
enabled = true, -- enable or disable the blip for this pawnshop
id = 58, -- blip id
colour = 5, -- blip colour
scale = 0.6, -- blip scale
name = 'Pawn Shop' -- blip name
},
timers = {
enabled = false, -- set to false to be open 24/7
open = 8, --opening hour
close = 18, -- closing hour
},
itemsAllowed = { -- define items that are allowed to be sold at this pawnshop or makret place if its player owned
['lockpick'] = { price = 25, ownedPrice = 50, },
['phone'] = { price = 150, ownedPrice = 250, },
},
},Last updated