From b688c9cbaf14e9b3b1f162c4ddbf320a3867749e Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 10 Jul 2025 11:12:03 +0200 Subject: [PATCH] Update config.lua --- resources/[carscripts]/fh_detailer/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[carscripts]/fh_detailer/config.lua b/resources/[carscripts]/fh_detailer/config.lua index 6a348e9c4..3d9d4ba08 100644 --- a/resources/[carscripts]/fh_detailer/config.lua +++ b/resources/[carscripts]/fh_detailer/config.lua @@ -29,7 +29,7 @@ Config.AllowedJobs = {["detailer"] = 0, ["bennys"] = 0, ["mechanic"] = 0} -- He -- Wash Options Config.InteractDistance = 2.5 -- How close you need to be to pick up a bucket -Config.BucketModel = 'gr_prop_gr_tool_draw_01a' -- The bucket model (hash) that should spawn and be interactive https://forge.plebmasters.de/objects/prop_cs_mopbucket_01 +Config.BucketModel = 'prop_cs_bucket_s' -- The bucket model (hash) that should spawn and be interactive https://forge.plebmasters.de/objects/prop_cs_mopbucket_01 Config.WashDistance = 2.0 -- From how far away you can get the target option to wash a vehicle (might need to be higher for big trucks etc.) Config.HandwashDuration = 10 -- How long in seconds one instance of handwashing is Config.CleaningFactor = 0.5 -- How much dirt should be washed off the car per second when using the sponge. (Maximum car dirtyness in GTA is 15.0)