forked from Simnation/Main
ed
This commit is contained in:
parent
9261ec19fd
commit
fdc046e4af
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ local fishing = false
|
||||||
if Config.sellShop.enabled then
|
if Config.sellShop.enabled then
|
||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
local ped, textUI
|
local ped, textUI
|
||||||
CreateBlip(Config.sellShop.coords, 356, 1, Strings.sell_shop_blip, 0.80)
|
--CreateBlip(Config.sellShop.coords, 356, 1, Strings.sell_shop_blip, 0.80)
|
||||||
local point = lib.points.new({
|
local point = lib.points.new({
|
||||||
coords = Config.sellShop.coords,
|
coords = Config.sellShop.coords,
|
||||||
distance = 30
|
distance = 30
|
||||||
|
|
|
@ -10,7 +10,7 @@ Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it
|
||||||
|
|
||||||
Config.sellShop = {
|
Config.sellShop = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
coords = vec3(-1597.1718, 5201.9839, 4.3590), -- X, Y, Z Coords of where fish buyer will spawn
|
coords = vec3(-1597.1718, 5201.9839, 3.3590), -- X, Y, Z Coords of where fish buyer will spawn
|
||||||
heading = 234.6800, -- Heading of fish buyer ped
|
heading = 234.6800, -- Heading of fish buyer ped
|
||||||
ped = 'cs_old_man2' -- Ped name here
|
ped = 'cs_old_man2' -- Ped name here
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue