From eaa381e7f995849d7d559d220d0757b8c06900ed Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 10 Jul 2025 10:44:57 +0200 Subject: [PATCH] ed --- resources/[carscripts]/fh_detailer/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[carscripts]/fh_detailer/config.lua b/resources/[carscripts]/fh_detailer/config.lua index 0767f2dc7..aa81a9337 100644 --- a/resources/[carscripts]/fh_detailer/config.lua +++ b/resources/[carscripts]/fh_detailer/config.lua @@ -19,12 +19,12 @@ Config.WrongColor = '#eb584d' -- Here you can edit the color for the wrong Config.EnableCommand = true -- Enable /cardirt command for testing -Config.StepMessage = false -- Enable if you want to have the messages shown when a step is completed or in wrong order +Config.StepMessage = true -- Enable if you want to have the messages shown when a step is completed or in wrong order Config.UseMissiontext = false -- If false the script uses notifications from notifications.lua if true uses the "mission-passed-style text" Config.TextTimer = 0.7 -- How long these messages should be shown Config.EffectRange = 50.0 -- From how far the particle effects of the washing can be seen. If too high might bring 'Object does not exist' warnings for players. -Config.JobRestriction = true -- If you want the cleaning and waxing be restricted to jobs +Config.JobRestriction = false -- If you want the cleaning and waxing be restricted to jobs Config.AllowedJobs = {["detailer"] = 0, ["bennys"] = 0, ["mechanic"] = 0} -- Here you can put the jobs that are allowed to clean and wax the cars -- Wash Options