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

@ -2978,7 +2978,7 @@ CodeStudio.Shops = {
scenario = 'WORLD_HUMAN_STAND_MOBILE', --Ped Scenario Animation put false if you dont need
radius = 2.5,
},
},
[14] = {
ShopName = 'Millers Fishing Shop',
@ -2987,7 +2987,7 @@ CodeStudio.Shops = {
},
Locations = {
vector4(46.6001, -1749.3357, 29.6358, 54.7927),
vector4(-1593.8365, 5196.9878, 3.3590, 24.2827),
},
Interaction = {

View file

@ -10,8 +10,8 @@ Config.oldESX = false -- Nothing to do with qb / Essentially when set to true it
Config.sellShop = {
enabled = true,
coords = vec3(-1612.19, -989.18, 13.01-0.9), -- X, Y, Z Coords of where fish buyer will spawn
heading = 45.3, -- Heading of fish buyer ped
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
}