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 }, },