forked from Simnation/Main
ed
This commit is contained in:
parent
f137768fae
commit
eaa381e7f9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue