From 2e1f45c03b02308acdb000b0c87a9e083fc80163 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 1 Jul 2025 12:01:28 +0200 Subject: [PATCH] ed --- resources/[inventory]/cs_shops/config/config.lua | 4 ++-- .../[jobs]/[civ]/wasabi_fishing/configuration/config.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 6b33abdb3..fd61b392c 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -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 = { diff --git a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua index 0cf64147c..f055dc89b 100644 --- a/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua +++ b/resources/[jobs]/[civ]/wasabi_fishing/configuration/config.lua @@ -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 }