1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-01 12:04:58 +02:00
parent 2e1f45c03b
commit 793340e2be
2 changed files with 3 additions and 3 deletions

View file

@ -2981,13 +2981,13 @@ CodeStudio.Shops = {
},
[14] = {
ShopName = 'Millers Fishing Shop',
ShopName = 'Millars Fihsery',
Category = {
[1] = 'fishing',
},
Locations = {
vector4(-1593.8365, 5196.9878, 3.3590, 24.2827),
vector4(-1593.8365, 5196.9878, 4.3590, 24.2827),
},
Interaction = {

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, 3.3590), -- X, Y, Z Coords of where fish buyer will spawn
coords = vec3(-1597.1718, 5201.9839, 4.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
}