This commit is contained in:
Nordi98 2025-07-09 15:19:44 +02:00
parent c8ce065d61
commit d7e2f9da39
47 changed files with 680 additions and 2010 deletions

View file

@ -66,13 +66,13 @@ Config.Interval = 10 -- How often in seconds should the wax check
-- Hose Placement
-- If you don't want to use this just don't use the hose_reel item.
Config.HoseInstallJob = true -- If only person with certain jobs can install hoses. false = everybody can
Config.HoseInstaller = {["handyman"] = 0, ["mechanic"] = 3} -- Jobs that are allowed to place a hose if Config.HoseInstallJob = true
Config.HoseInstaller = {["admin"] = 0, ["mechanic"] = 3} -- Jobs that are allowed to place a hose if Config.HoseInstallJob = true
Config.HoseConsume = true -- Wether the hose reel should be deducted from the players inventory after placing it
Config.HosePersistent = true
-- Second hose
Config.HoseInstallJob2 = false -- If you need a certain job to place this hose. false = everybody can
Config.HoseInstaller2 = {["handyman"] = 0, ["mechanic"] = 1} -- If you enable Config.HoseInstallJob2 these are the jobs that can place one
Config.HoseInstaller2 = {["admin"] = 0, ["mechanic"] = 1} -- If you enable Config.HoseInstallJob2 these are the jobs that can place one
Config.HoseModel2 = 'prop_hose_1' -- The model for the second hose
Config.Hose2Persistent = false -- If the placed hose should spawn again after server restart
Config.InHandPosition2 = vector3(0.0, 0.0, -0.5) -- If you are using a diffrent model for the hose you might need to adjust these. These are for the position while carrying the hose.