1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-10 10:48:52 +02:00
parent eaa381e7f9
commit 4d2431a049

View file

@ -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 = 'prop_cleaning_trolly' -- The bucket model (hash) that should spawn and be interactive https://forge.plebmasters.de/objects/prop_cs_mopbucket_01
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.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)