From a6eb365ea78784713f559a8af7237c90e89faad4 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 10 Jul 2025 11:16:21 +0200 Subject: [PATCH] ed --- resources/[carscripts]/fh_detailer/config.lua | 2 +- resources/[inventory]/cs_shops/config/config.lua | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/resources/[carscripts]/fh_detailer/config.lua b/resources/[carscripts]/fh_detailer/config.lua index 3d9d4ba08..2da41579e 100644 --- a/resources/[carscripts]/fh_detailer/config.lua +++ b/resources/[carscripts]/fh_detailer/config.lua @@ -4,7 +4,7 @@ Config.FrameworkName = 'qb-core' Config.RangeLimit = 8.0 -- How close you need to be to the bucket to perform waxing and cleaning tasks -Config.Volume = 0.90 -- Volume of the sound effects +Config.Volume = 0.50 -- Volume of the sound effects Config.SoundRange = 6 -- How far you can be away and still hear the sound. Config.SoundFiles = 3 -- The Nummber of random soundfiles for the washing effect. You may add more but have to declare them in the fxmanifest.lua diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index 661ca2602..8f9f4af1f 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -587,12 +587,18 @@ CodeStudio.Products = { itemPrice = 50, itemInfo = "Crackling firework", }, - ['cleaningkit'] = { - itemName = "Reinigungsset", + ['bucket_sponge2'] = { + itemName = "Autowäsche Set klein", itemStock = 150, - itemPrice = 150, - itemInfo = "Kit for cleaning equipment", + itemPrice = 40, + itemInfo = "", }, + ['hose_reel2'] = { + itemName = "kleine Schlauchtrommel", + itemStock = 150, + itemPrice = 100, + itemInfo = "", + }, ['roofbox_carbon'] = { itemName = "Carbon Dachbox", itemStock = 50,