From 580d6694e82fb515067d06eace95e6e049f0c3ec Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 9 Jun 2025 22:57:30 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/cs_shops/config/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 004bb1763..963b3beb5 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -2252,7 +2252,7 @@ CodeStudio.Shops = { [1] = 'medic_items', }, requiredJob = { - ['ambulance'] = {11,10,9} + ['ems'] = {11,10,9} }, Locations = { vector4(-1830.3236, -389.1446, 49.3909, 3) @@ -2260,7 +2260,7 @@ CodeStudio.Shops = { Interaction = { targetIcon = 'fas fa-shopping-basket', targetLabel = 'Medic Shop öffnen', - radius = 2.5, + radius = 1.0, spawnPed = false, -- Put false if you dont need ped }, },