1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 12:09:44 +02:00
parent 9261ec19fd
commit fdc046e4af
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ local fishing = false
if Config.sellShop.enabled then
CreateThread(function()
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({
coords = Config.sellShop.coords,
distance = 30

View file

@ -10,7 +10,7 @@ Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it
Config.sellShop = {
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
ped = 'cs_old_man2' -- Ped name here
}