ed
This commit is contained in:
parent
f333947ed9
commit
032ec698d8
50 changed files with 27 additions and 5845 deletions
|
@ -1,32 +1,32 @@
|
|||
config.shopMoneyType = "cash"
|
||||
|
||||
config.ShopLocations = {
|
||||
{
|
||||
job = "police", -- job name or null (delete this line if you want everyone to be able to open it)
|
||||
productsName = "weapons", -- config.Products object key name
|
||||
text = "Police Weapon Shop",
|
||||
maxDistance = 3,
|
||||
pressDistance = 2,
|
||||
blip = {
|
||||
sprite = 16,
|
||||
scale = 0.7,
|
||||
color = 2,
|
||||
label = "Police Weapon Shop"
|
||||
},
|
||||
locations = {
|
||||
{
|
||||
ped = `ig_terry`,
|
||||
coords = vector4(16.6227, -1110.8431, 29.7970, 243.8756),
|
||||
|
||||
},
|
||||
{
|
||||
ped = `ig_terry`,
|
||||
coords = vector4(427.2638, -985.6949, 30.7112, 356.5403),
|
||||
blipDisable = true
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
--config.ShopLocations = {
|
||||
--- {
|
||||
--- job = "police", -- job name or null (delete this line if you want everyone to be able to open it)
|
||||
--- productsName = "weapons", -- config.Products object key name
|
||||
--- text = "Police Weapon Shop",
|
||||
--- maxDistance = 3,
|
||||
-- pressDistance = 2,
|
||||
-- blip = {
|
||||
-- sprite = 16,
|
||||
-- scale = 0.7,
|
||||
- -- color = 2,
|
||||
-- label = "Police Weapon Shop"
|
||||
-- },
|
||||
-- locations = {
|
||||
-- {
|
||||
-- ped = `ig_terry`,
|
||||
-- coords = vector4(16.6227, -1110.8431, 29.7970, 243.8756),
|
||||
--
|
||||
-- },
|
||||
-- {
|
||||
-- ped = `ig_terry`,
|
||||
-- coords = vector4(427.2638, -985.6949, 30.7112, 356.5403),
|
||||
-- blipDisable = true
|
||||
-- },
|
||||
--- }
|
||||
-- },
|
||||
--}
|
||||
|
||||
--[[
|
||||
requiredJob Example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue