Configuration

JustBilliard offers highly customizable config

Settings = {}

Settings.Framework = 'detect' -- ("esx", "qb", "vrp", "detect", "custom")
Settings.ClientSpawnsTick = 5000


Settings.StartingCoords = vector3(-1201.1364, -893.4956, 13.9145)
Settings.MarkerType = 29
Settings.BusinessPrice = 500000
Settings.MaxSalaryPercent = 25

Settings.ClothingRoom = vector3(-1187.0261, -899.3065, 13.9145)

Settings.Prices = {
    ['burger'] = 500,
    ['soda'] = 200,
    ['fries'] = 300,
}
Settings.OrderCoords = {
    [1] = vector3(-1191.3428, -897.4247, 13.9145),
    [2] = vector3(-1192.2930, -896.1298, 13.9145),
    [3] = vector3(-1193.3007, -894.6450, 13.9145)
}
Settings.DoorCoords = {
    vector4(-1197.6356, -886.4945, 13.6619, 213.0417),
}
Settings.CarSpawn = {
    vector4(-1207.0149, -898.0492, 13.1064, 214.8623),
}
Settings.DriveThru = vector3(-1195.4048, -910.9858, 13.7474)
Settings.NPCModels = {"a_m_m_genfat_01"}
Settings.CarModels = {"sultan", "adder", "huntley", "granger", "baller", "impaler", "buffalo", "speedo", "club", "thrax", "intruder", "blista"}
Settings.TakingMeat = vector3(-1195.3604, -900.7675, 13.9145)
Settings.GrillMeat = vector3(-1197.1130, -902.0035, 13.9145)
Settings.Grill3DText = vector3(-1197.5934, -902.3575, 14.2439)
Settings.SliceIngredients = vector3(-1197.9907, -900.9196, 13.9145)
Settings.MakingBurger = vector3(-1195.6731, -898.1519, 13.9145)
Settings.FriewMaking = vector3(-1194.2051, -901.0677, 13.9145)
Settings.FriesPacking = vector3(-1195.9735, -902.6621, 13.9145)
Settings.TakingSoda = vector3(-1195.2472, -893.9449, 13.9145)
Settings.PackingOrder = vector3(-1196.9711, -899.0377, 13.9145)
Settings.PackOrderPropDrag = vector3(-1196.7562, -899.6378, 13.96)

Settings.DesksPosition = {
    [1] = { coords = vector3(-1191.3143, -894.2640, 12.9145), sitcoords = vector3(-1190.12, -893.52, 12.915), sitheading = 217.0, taken = false},
    [2] = { coords = vector3(-1192.6654, -892.0463, 12.9145), sitcoords = vector3(-1191.45, -891.43, 12.87), sitheading = 28.0, taken = false},
    [3] = { coords = vector3(-1193.8595, -889.5242, 12.9145), sitcoords = vector3(-1194.27, -887.13, 13.00), sitheading =  -40.0, taken = false},
}

Settings.CleaningTick = 60000
Settings.CleaningDesks = {
    { coords = vector3(-1182.6193, -892.2258, 13.9145), value = false },
    { coords = vector3(-1186.9318, -886.2347, 13.9145), value = false },
    { coords = vector3(-1190.7401, -886.1328, 13.9145), value = false },
}
Settings.RatingUpOnCleanDesks = 2

Settings.CleaningToilet = {
    { coords = vector3(-1183.5890, -899.7463, 13.9145), value = false },
    { coords = vector3(-1183.0205, -900.9578, 13.9145), value = false },
    { coords = vector3(-1180.1726, -895.3121, 13.9145), value = false },
    { coords = vector3(-1178.7034, -898.1438, 13.9145), value = false },
    { coords = vector3(-1179.4237, -897.1240, 13.9145), value = false },
}
Settings.RatingUpOnCleanToilet = 3

Settings.Blip = {
    enable = true,
    blipName = 'Burgershot Job',
    blipCoords = vector3(-1201.1364, -893.4956, 13.9145),
    blipId = 106,
    blipColor = 5
}

Settings.Clothes = { 
    ['torso_1'] = 282,        ['torso_2'] = 0,     
    ['tshirt_1'] = 15,        ['tshirt_2'] = 0,    
    ['arms_1'] = 0,           ['arms_2'] = 0,       
    ['pants_1'] = 15,         ['pants_2'] = 2,     
}

Last updated