1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 12:01:28 +02:00
parent 455dd9e1f0
commit 2e1f45c03b
2 changed files with 4 additions and 4 deletions

View file

@ -2987,7 +2987,7 @@ CodeStudio.Shops = {
}, },
Locations = { Locations = {
vector4(46.6001, -1749.3357, 29.6358, 54.7927), vector4(-1593.8365, 5196.9878, 3.3590, 24.2827),
}, },
Interaction = { Interaction = {

View file

@ -10,8 +10,8 @@ Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it
Config.sellShop = { Config.sellShop = {
enabled = true, enabled = true,
coords = vec3(-1612.19, -989.18, 13.01-0.9), -- 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 = 45.3, -- 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
} }