Configuration

JustCarwash offers highly customizable config

Settings = {}

Settings.Framework = 'detect' -- 'esx', 'qb', 'vrp', 'custom', 'detect'

Settings.RepairHose = 1000
Settings.HoseLength = 15
Settings.WashingTime = 60
Settings.WaterScale = 'huge' -- {'small', 'medium', 'big', 'huge'}
Settings.ClearDecals = true

Settings.BusinessMenu = true
Settings.BusinessPrice = 500000
Settings.MaxWashPrice = 200
Settings.MaxSalaryPercent = 25
Settings.FoamPrice = 10
Settings.WaterPrice = 10
Settings.BusinessMenuCoords = vector3(-1663.6965, -243.9323, 54.6075)
Settings.MarkerType = 36

Settings.RequireWaterAndFoam = true
Settings.InstantUpdateWaterAndFoam = false
Settings.TruckForDelivery = 'mule3'
Settings.WaterFactoryCoords = vector3(2474.3186, -328.3435, 92.9926)
Settings.FoamFactoryCoords = vector3(2.7000, -1406.0382, 29.2693)

Settings.Ox = { 
    inventory = false,
    target = false,
}

Settings.CarWashJob = true
Settings.NPCModels = {
    "a_m_m_business_01",
    "a_m_y_business_01",
    "a_m_m_bevhills_01",
    "a_m_y_bevhills_01",
    "a_m_m_skater_01",
    "a_m_y_skater_01",
    "a_m_y_stlat_01",
    "a_m_m_tourist_01",
    "a_m_m_golfer_01",
    "a_m_y_golfer_01",
    "a_m_m_eastsa_01",
    "a_m_m_eastsa_02",
    "a_m_y_eastsa_01",
    "a_m_y_eastsa_02",
    "a_m_m_mexlabor_01",
    "a_m_y_mexthug_01",
    "a_m_m_farmer_01",
    "a_m_m_hillbilly_01",
    "a_m_m_hillbilly_02",
    "a_m_m_genfat_01"
}

Settings.CarList = { 
    "sultan",
    "adder",
    "huntley",
    "granger",
    "baller",
    "impaler",
    "buffalo",
    "speedo",
    "club",
    "thrax",
    "intruder",
    "blista"
}

Settings.DeleteAfterWash = false

Settings.Salary = 500
Settings.JobSlots = {
    [1] = {
      id = 1,
      taken = false,
      coords = vector3(-1652.0707, -224.9668, 54.5858),
      coordsbefore = vector3(-1647.0051, -210.4606, 54.4222),
      coordsafter = vector3(-1653.6589, -233.4729, 54.4222),
      npcposy = vector3(-1656.9127, -229.1115, 54.4222),
     }, 
   
     [2] = {
       id = 2,
       taken = false,
       coords = vector3(-1646.6388, -226.1456, 54.5853),
       coordsbefore = vector3(-1642.3861, -214.6348, 54.4221),
       coordsafter = vector3(-1649.0625, -234.9843, 54.4222),
       npcposy = vector3(-1649.2559, -228.7500, 54.4775),
     },
   
     [3] = {
       id = 3,
       taken = false,
       coords = vector3(-1641.2092, -229.1359, 54.5854),
       coordsbefore = vector3(-1637.0077, -217.2196, 54.4222),
       coordsafter = vector3(-1643.7212, -235.7721, 54.4222),
       npcposy = vector3(-1644.0566, -231.2572, 54.4222),
     }
}

Settings.Locations = {
    [1] = {
        name = 'CarWash1',
        coords = vector3(-1637.9072, -227.4093, 54.5161),
    },
    [2] = {
        name = 'CarWash2',
        coords = vector3(-1643.2300, -225.5073, 54.7151),
    },

    [3] = {
        name = 'CarWash3',
        coords = vector3(-1648.9654, -223.5273, 54.3847),
    },
}

Settings.Blip = {
    enable = true,
    blipName = 'Car Wash',
    blipCoords = vector3(-1646.0244, -225.2505, 54.5853),
    blipId = 100,
    blipColor = 3
}

Last updated