Configuration
This is the entire config that you will be able to mess with to your hearts content
Config = {}
--Webhook For Carboosting
Config.Webhook = "CHANGEME"
--This Is The Table For The Car Boosting Laptop Make Sure To Change Both!
Config.TableLocation = vector4(1248.35, -2578.58, 41.84, 288.87)
-- This is The Laptop For Car Boosting Make Sure This Changes With The Table!
Config.LaptopLocation = vector4(1248.62, -2578.41, 42.65, 111.35)
--This is the menu that shows up when you open the laptop
Config.Menu = "ox_lib" -- "qb-menu","ox_lib"
--Change What Notify System You Use Here!
Config.Notify = "ox_lib" -- "qbcore","ox_lib","custom"
--Change What Fuel Script You Use Here!
Config.FuelScript = "none" -- "none","Legacy-Fuel" -- Change This in functions.lua if option isnt shown here!
Config.DefaultExpense = 25 -- This is when colliding with something in a vehicle how much it will add to the expense
Config.RepeatableSpecialMissions = false -- Change This to True if you want the special missions to be repeatable!
Config.MinPolice = 0 -- Minimum Police To Do a Boosting Job
--Xp Settings Keep in Mind You Start at level 0 which in this case is considered Level 1!
Config.XPToLevel2 = 100 -- How Much XP it Takes To Get to Level 2
Config.XPToLevel3 = 300 -- How Much XP it Takes To Get to Level 3
Config.XPToLevel4 = 500 -- How Much XP it Takes To Get to Level 4
Config.XPToLevel5 = 700 -- How Much XP it Takes To Get to Level 5
Config.Level1XpToGive = 10 -- How Much XP To Give At Level 1
Config.Level2XpToGive = 20 -- How Much XP To Give At Level 2
Config.Level3XpToGive = 30 -- How Much XP To Give At Level 3
Config.Level4XpToGive = 40 -- How Much XP To Give At Level 4
--Weapon Settings
Config.PedWeapon = "WEAPON_PISTOL"
--All Settings Related To D Class Car Boosting (Add More As You Want Just Make Sure You Understand it before adding!)
Config.DClassSettings = {
[1] = {
["available"] = true, -- If The Job is Available always have set to true!
["coords"] = vector4(856.6, -2119.6, 30.67, 270.19), -- The coordinates where the car will spawn
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26), -- The coordinates where you will deliver the car
["ExpenseMultiplier"] = 1, -- The multiplier for the expense
["Guards"] = {
{ coords = vector3(855.16, -2113.61, 31.58), heading = 228.07, model = 'g_m_importexport_01'},
{ coords = vector3(859.2, -2126.0, 30.66), heading = 316.81, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(855.71, -2116.15, 30.64), heading = 335.35, model = 's_m_m_fiboffice_02'}, -- This is The Guard that will have the key to unlock the car!
["TrackingTime"] = 30, -- The Time in seconds that the tracker will ping the police
["EnemyChance"] = 100, -- percentage change of the guards above to spawn excluding the key guard they always spawn
["MoneyToGain"] = 10000, -- how much money do they gain from this job
},
[2] = {
["available"] = true,
["coords"] = vector4(1212.45, -1632.02, 46.47, 298.55),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 1,
["Guards"] = {
{ coords = vector3(1214.72, -1642.9, 48.65), heading = 228.07, model = 'g_m_importexport_01'},
{ coords = vector3(1211.7, -1644.92, 48.65), heading = 316.81, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(1211.11, -1639.96, 47.77), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 10000,
},
[3] = {
["available"] = true,
["coords"] = vector4(962.69, -1037.24, 40.34, 87.85),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 1,
["Guards"] = {
{ coords = vector3(959.13, -1040.96, 41.03), heading = 228.07, model = 'g_m_importexport_01'},
{ coords = vector3(958.81, -1035.35, 41.03), heading = 316.81, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(962.71, -1039.11, 40.83), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 10000,
},
[4] = {
["available"] = true,
["coords"] = vector4(692.88, -1014.39, 22.2, 1.83),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 1,
["Guards"] = {
{ coords = vector3(690.96, -1010.98, 22.71), heading = 228.07, model = 'g_m_importexport_01'},
{ coords = vector3(694.17, -1009.77, 22.78), heading = 316.81, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(690.63, -1014.35, 22.66), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 10000,
},
[5] = {
["available"] = true,
["coords"] = vector4(741.48, -1852.77, 28.8, 354.74),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 1,
["Guards"] = {
{ coords = vector3(739.28, -1852.45, 29.29), heading = 228.07, model = 'g_m_importexport_01'},
{ coords = vector3(743.68, -1851.7, 29.29), heading = 316.81, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(738.85, -1850.55, 29.29), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 10000,
},
}
--All Settings Related To C Class Car Boosting (Add More As You Want Just Make Sure You Understand it before adding!)
Config.CClassSettings = {
[1] = {
["available"] = true,
["coords"] = vector4(1103.21, 244.08, 80.35, 147.96),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 2,
["Guards"] = {
{ coords = vector3(1087.92, 244.14, 80.99), heading = 326.79, model = 'g_m_importexport_01'},
{ coords = vector3(1108.51, 230.33, 80.99), heading = 359.87, model = 'g_m_importexport_01'},
{ coords = vector3(1120.31, 230.03, 80.99), heading = 36.73, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(1087.39, 244.05, 80.99), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 25,
["MoneyToGain"] = 20000,
},
[2] = {
["available"] = true,
["coords"] = vector4(834.57, -210.49, 71.9, 181.55),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 2,
["Guards"] = {
{ coords = vector3(828.68, -211.55, 72.78), heading = 326.79, model = 'g_m_importexport_01'},
{ coords = vector3(835.95, -216.33, 72.52), heading = 359.87, model = 'g_m_importexport_01'},
{ coords = vector3(831.65, -219.6, 72.61), heading = 36.73, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(836.4, -210.44, 72.46), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 25,
["MoneyToGain"] = 20000,
},
[3] = {
["available"] = true,
["coords"] = vector4(599.06, 98.06, 92.27, 247.9),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 2,
["Guards"] = {
{ coords = vector3(599.45, 99.81, 92.91), heading = 326.79, model = 'g_m_importexport_01'},
{ coords = vector3(599.21, 95.15, 92.91), heading = 359.87, model = 'g_m_importexport_01'},
{ coords = vector3(594.68, 92.17, 93.13), heading = 36.73, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(599.58, 101.14, 92.91), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 25,
["MoneyToGain"] = 20000,
},
[4] = {
["available"] = true,
["coords"] = vector4(950.84, -122.74, 73.71, 45.44),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 2,
["Guards"] = {
{ coords = vector3(946.42, -120.38, 74.35), heading = 326.79, model = 'g_m_importexport_01'},
{ coords = vector3(948.93, -118.67, 74.38), heading = 359.87, model = 'g_m_importexport_01'},
{ coords = vector3(952.37, -121.49, 74.35), heading = 36.73, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(949.16, -124.43, 74.38), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 25,
["MoneyToGain"] = 20000,
},
[5] = {
["available"] = true,
["coords"] = vector4(1527.13, 777.91, 76.8, 33.72),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 2,
["Guards"] = {
{ coords = vector3(1524.04, 779.23, 77.44), heading = 326.79, model = 'g_m_importexport_01'},
{ coords = vector3(1527.18, 781.24, 77.44), heading = 359.87, model = 'g_m_importexport_01'},
{ coords = vector3(1530.51, 778.17, 77.43), heading = 36.73, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(1525.44, 776.01, 77.42), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 25,
["MoneyToGain"] = 20000,
},
}
--All Settings Related To B Class Car Boosting (Add More As You Want Just Make Sure You Understand it before adding!)
Config.BClassSettings = {
[1] = {
["available"] = true,
["coords"] = vector4(-737.17, -1032.31, 12.95, 295.24),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 3,
["Guards"] = {
{ coords = vector3(-755.08, -1053.27, 13.48), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-755.99, -1045.44, 13.51), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-761.34, -1037.49, 14.13), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-734.4, -1040.06, 12.57), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-758.4, -1052.3, 13.48), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 75,
["MoneyToGain"] = 30000,
},
[2] = {
["available"] = true,
["coords"] = vector4(-718.98, -1142.21, 9.98, 125.4),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 3,
["Guards"] = {
{ coords = vector3(-721.75, -1150.58, 10.65), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-726.39, -1144.06, 10.61), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-715.68, -1136.43, 10.61), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-712.66, -1141.8, 10.61), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-719.17, -1143.93, 10.61), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 75,
["MoneyToGain"] = 30000,
},
[3] = {
["available"] = true,
["coords"] = vector4(26.59, -1072.88, 37.5, 250.24),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 3,
["Guards"] = {
{ coords = vector3(29.47, -1072.17, 38.15), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(28.96, -1075.11, 38.15), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(22.65, -1073.99, 38.15), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(26.24, -1070.01, 38.15), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(27.03, -1070.9, 38.15), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 75,
["MoneyToGain"] = 30000,
},
[4] = {
["available"] = true,
["coords"] = vector4(105.54, -1399.62, 28.62, 322.65),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 3,
["Guards"] = {
{ coords = vector3(80.09, -1391.08, 29.38), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(83.76, -1393.49, 29.42), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(83.92, -1390.14, 29.42), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(85.52, -1404.82, 29.4), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(78.41, -1391.28, 29.38), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 75,
["MoneyToGain"] = 30000,
},
[5] = {
["available"] = true,
["coords"] = vector4(247.81, -1952.63, 22.51, 224.83),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 3,
["Guards"] = {
{ coords = vector3(251.11, -1953.11, 23.05), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(248.8, -1956.09, 23.16), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(243.55, -1951.03, 23.32), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(247.18, -1949.03, 23.21), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(249.0, -1950.98, 23.13), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 75,
["MoneyToGain"] = 30000,
},
}
--All Settings Related To A Class Car Boosting (Add More As You Want Just Make Sure You Understand it before adding!)
Config.AClassSettings = {
[1] = {
["available"] = true,
["coords"] = vector4(-385.95, 1206.87, 325.0, 275.25),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 4,
["Guards"] = {
{ coords = vector3(-379.46, 1211.09, 325.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-380.47, 1225.23, 325.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-398.97, 1218.94, 325.95), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-401.43, 1208.58, 325.94), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-386.01, 1187.98, 325.76), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-382.51, 1236.99, 325.99), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 40000,
},
[2] = {
["available"] = true,
["coords"] = vector4(1384.07, -601.0, 73.7, 53.81),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 4,
["Guards"] = {
{ coords = vector3(1379.2, -600.09, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1381.87, -596.64, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1387.84, -601.54, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1386.56, -604.59, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1391.53, -605.34, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(1386.0, -593.12, 74.49), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 40000,
},
[3] = {
["available"] = true,
["coords"] = vector4(1384.07, -601.0, 73.7, 53.81),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 4,
["Guards"] = {
{ coords = vector3(1379.2, -600.09, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1381.87, -596.64, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1387.84, -601.54, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1386.56, -604.59, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1391.53, -605.34, 74.34), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(1386.0, -593.12, 74.49), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 40000,
},
[4] = {
["available"] = true,
["coords"] = vector4(898.85, -46.13, 78.34, 55.63),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 4,
["Guards"] = {
{ coords = vector3(895.84, -46.93, 78.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(897.61, -43.64, 78.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(901.72, -45.37, 78.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(900.41, -48.88, 78.76), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(895.14, -47.23, 78.76), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(897.45, -47.69, 78.76), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 40000,
},
[5] = {
["available"] = true,
["coords"] = vector4(655.91, 610.5, 128.49, 251.79),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 4,
["Guards"] = {
{ coords = vector3(659.0, 611.55, 128.91), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(659.24, 609.11, 129.05), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(657.48, 608.04, 128.93), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(653.45, 608.99, 128.91), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(653.51, 612.81, 128.91), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(656.29, 612.52, 128.91), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 40000,
},
}
--All Settings Related To S Class Car Boosting (Add More As You Want Just Make Sure You Understand it before adding!)
Config.SClassSettings = {
[1] = {
["available"] = true,
["coords"] = vector4(-1015.87, 358.11, 70.16, 162.22),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 5,
["Guards"] = {
{ coords = vector3(-1024.19, 359.49, 71.36), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1025.63, 366.97, 71.37), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1028.97, 355.07, 71.36), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1030.99, 348.51, 71.36), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1020.47, 358.67, 70.83), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1022.2, 374.57, 71.36), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-1037.98, 383.02, 69.93), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 50000,
},
[2] = {
["available"] = true,
["coords"] = vector4(-105.87, 834.22, 235.07, 187.98),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 5,
["Guards"] = {
{ coords = vector3(-90.21, 836.51, 235.72), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-93.92, 833.74, 235.72), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-101.46, 822.14, 235.73), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-105.43, 819.62, 235.73), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-108.27, 825.86, 235.72), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-114.1, 836.0, 235.66), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-104.19, 835.0, 235.67), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 50000,
},
[3] = {
["available"] = true,
["coords"] = vector4(-1119.1, 298.12, 65.32, 76.61),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 5,
["Guards"] = {
{ coords = vector3(-1105.59, 301.81, 65.68), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1106.51, 297.5, 65.19), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1128.12, 304.71, 66.21), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1131.23, 304.81, 66.22), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1126.65, 290.0, 66.08), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1123.11, 289.74, 65.85), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-1117.55, 301.76, 66.32), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 50000,
},
[4] = {
["available"] = true,
["coords"] = vector4(-1549.84, 110.23, 56.1, 271.95),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 5,
["Guards"] = {
{ coords = vector3(-1541.73, 128.64, 56.78), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1547.42, 122.49, 56.78), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1546.95, 116.31, 56.78), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1553.26, 115.95, 56.78), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1553.81, 102.97, 59.18), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1566.37, 114.73, 59.18), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-1537.66, 130.06, 57.37), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 50000,
},
[5] = {
["available"] = true,
["coords"] = vector4(-1615.75, 16.53, 61.5, 153.06),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 5,
["Guards"] = {
{ coords = vector3(-1614.91, 31.09, 62.54), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1621.32, 31.06, 62.54), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1629.23, 36.96, 62.94), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1636.64, 39.61, 62.54), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1644.54, 41.75, 62.54), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-1626.47, 45.17, 62.14), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-1621.55, 16.15, 62.54), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 50000,
}
}
--All Settings Related To Special Mission Cars (Dont Mess With These Unless Your Moving Their Locations!)
--Special Missions
Config.SpecialMissionsSettings = {
--Jester Classic W/Car Meet
[1] = {
["available"] = true,
["CarModel"] = 'jester3',
["ChaseCarsEnabled"] = true,
["ChaseCar1Model"] = "schlagen",
["ChaseCar2Model"] = "komoda",
["ChaseCar1Coords"] = vector4(1187.65, -1405.8, 34.37, 180.04),
["ChaseCar2Coords"] = vector4(1191.29, -1405.66, 34.49, 180.04),
["coords"] = vector4(1207.11, -1551.13, 33.98, 55.5),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 6,
["Guards"] = {
{ coords = vector3(1206.34, -1546.69, 34.69), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1202.32, -1552.71, 34.69), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1200.57, -1555.53, 34.69), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1198.76, -1558.22, 34.69), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(1196.82, -1561.06, 34.69), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardCar1Coords"] = vector4(1204.83, -1554.16, 34.05, 53.91),
["GuardCar2Coords"] = vector4(1202.67, -1556.94, 34.28, 53.0),
["GuardCar3Coords"] = vector4(1209.05, -1548.48, 34.17, 55.77),
["GuardCar4Coords"] = vector4(1201.17, -1559.83, 34.17, 52.49),
["GuardCar5Coords"] = vector4(1199.22, -1562.93, 34.17, 50.99),
["GuardWithKey"] = { coords = vector3(1204.27, -1549.29, 34.69), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 75000,
},
--Annis ZR350 W/Car Meet
[2] = {
["available"] = true,
["CarModel"] = 'zr350',
["ChaseCarsEnabled"] = true,
["ChaseCar1Model"] = "schlagen",
["ChaseCar2Model"] = "komoda",
["ChaseCar1Coords"] = vector4(-889.2, -2735.54, 13.16, 329.37),
["ChaseCar2Coords"] = vector4(-892.98, -2731.14, 13.16, 329.99),
["coords"] = vector4(-768.41, -2606.39, 13.45, 272.65),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 6,
["Guards"] = {
{ coords = vector3(-765.85, -2608.11, 13.83), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-762.8, -2603.62, 13.83), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-760.5, -2599.79, 13.83), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-758.16, -2595.45, 13.83), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-755.68, -2591.31, 13.83), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardCar1Coords"] = vector4(-766.31, -2602.0, 13.46, 239.54),
["GuardCar2Coords"] = vector4(-764.22, -2598.21, 13.46, 240.15),
["GuardCar3Coords"] = vector4(-761.98, -2593.59, 13.47, 238.12),
["GuardCar4Coords"] = vector4(-758.98, -2589.41, 13.47, 237.44),
["GuardCar5Coords"] = vector4(-756.79, -2585.13, 13.47, 240.45),
["GuardWithKey"] = { coords = vector3(-765.85, -2608.11, 13.83), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 75000,
},
--Imponte Dukes w/Guards
[3] = {
["available"] = true,
["CarModel"] = 'dukes3',
["ChaseCarsEnabled"] = true,
["ChaseCar1Model"] = "schlagen",
["ChaseCar2Model"] = "komoda",
["ChaseCar1Coords"] = vector4(984.83, -226.32, 69.1, 58.36),
["ChaseCar2Coords"] = vector4(977.71, -220.5, 69.85, 236.9),
["coords"] = vector4(940.75, -248.46, 68.16, 147.95),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 6,
["Guards"] = {
{ coords = vector3(948.12, -230.51, 68.78), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(926.99, -244.48, 68.75), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(929.64, -247.03, 68.66), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(932.76, -248.96, 68.55), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(932.97, -246.96, 69.03), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(939.16, -229.02, 68.79), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 75000,
},
--Annis Elegy Retro Custom Gas Station Hit
[4] = {
["available"] = true,
["CarModel"] = 'elegy',
["ChaseCarsEnabled"] = true,
["ChaseCar1Model"] = "schlagen",
["ChaseCar2Model"] = "komoda",
["ChaseCar1Coords"] = vector4(2576.13, 272.51, 107.8, 268.93),
["ChaseCar2Coords"] = vector4(2576.62, 494.04, 107.83, 91.87),
["coords"] = vector4(2570.35, 364.93, 107.8, 180.39),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 6,
["Guards"] = {
},
["GuardWithKey"] = { coords = vector3(2555.46, 385.76, 108.62), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 0,
["MoneyToGain"] = 75000,
},
--Annis Euros w/Guards
[5] = {
["available"] = true,
["CarModel"] = 'euros',
["ChaseCarsEnabled"] = true,
["ChaseCar1Model"] = "schlagen",
["ChaseCar2Model"] = "komoda",
["ChaseCar1Coords"] = vector4(-2783.24, 1432.25, 100.27, 239.66),
["ChaseCar2Coords"] = vector4(-2637.34, 1330.64, 142.16, 178.17),
["coords"] = vector4(-2596.19, 1930.2, 166.65, 272.99),
["DeliveryLocation"] = vector4(-1350.53, -750.18, 21.91, 128.26),
["ExpenseMultiplier"] = 6,
["Guards"] = {
{ coords = vector3(-2586.92, 1914.93, 167.31), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-2584.91, 1920.18, 167.31), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-2580.01, 1922.29, 167.28), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-2547.95, 1914.72, 169.58), heading = 291.57, model = 'g_m_importexport_01'},
{ coords = vector3(-2551.65, 1903.94, 168.54), heading = 291.57, model = 'g_m_importexport_01'},
},
["GuardWithKey"] = { coords = vector3(-2595.79, 1931.72, 167.3), heading = 335.35, model = 's_m_m_fiboffice_02'},
["TrackingTime"] = 30,
["EnemyChance"] = 100,
["MoneyToGain"] = 75000,
},
}
--Suvs & Vans
Config.DClassCars = {
"seminole2","patriot","huntley","rocoto","serrano","cavalcade","seminole","rebla","fq2","habanero","gresley",
"bjXL","xls","dubsta2","baller3","toros","novak","landstalker2","radi","baller2","granger","baller","landstalker",
"dubsta","contender","granger2","journey","bobcatxl","paradise","surfer","minivan2","speedo","youga2","youga","moonbeam2",
"youga3","burrito","bison","youga4","mule","moonbeam","minivan","rumpo3","rumpo","burrito2","speedo4"
}
--Compacts & Sedans & Coupes
Config.CClassCars = {
"dilettante2","brioso2","issi3","kanjo","brioso","brioso3","weevil","blista3","issi7","asbo","rhapsody","club","dilettante",
"panto","issi","blista","blista2","prairie","asea","emperor","romero","superd","tailgater","asterope","intruder","schafter2",
"premier","washington","ingot","stanier","stratum","fugitive","surge","primo","regina","stretch","warrener","glendale","primo2",
"cog55","cog552","cognoscenti","cognoscenti2","schafter5","schafter6","stafford","glendale2","rhinehart","tailgater2","warrener2",
"cinquemila","deity","cogcabrio","jackal","oracle","f620","sentinel","sentinel2","felon","felon2","exemplar","zion","zion2","oracle2",
"windsor","windsor2","kanjosj","postlude","previon"
}
-- Motorcyles & Offroad & Muscle
Config.BClassCars = {
"hexer","akuma","bati","bati2","pcj","bagger","nemesis","double","daemon","ruffian","Vader","Sanchez","faggio2","carbonrs",
"sanchez2","thrust","sovereign","innovation","hakuchou","manchez2","stryder","enduro","lectro","vindicator","gargoyle","bf400",
"cliffhanger","diablous","diablous2","fcr","fcr2","vortex","avarus","sanctus","faggio3","faggio","hakuchou2","nightblade","chimera",
"esskey","zombiea","wolfsbane","daemon2","shotaro","ratbike","zombieb","defiler","manchez","rrocket","shinobi","reever","blazer2","dloader",
"dune","rebel2","sandking","sandking2","BfInjection","Bodhi2","blazer","rancherxl2","Rebel","RancherXL","MESA3","blazer3","bifta","kalahari",
"brutus3","brutus2","brutus","riata","kamacho","dubsta3","verus","winky","outlaw","everon","vagrant","brawler","trophytruck","trophytruck2",
"blazer4","freecrawler","caracara2","hellion","yosemite3","draugur","patriot3","tampa","voodoo2","picador","ruiner","buccaneer","sabregt",
"vigero","Dominator","Phoenix","ratloader","Gauntlet","hotknife","tulip","clique","impaler3","slamvan6","dominator6","impaler4","slamvan4",
"slamvan5","impaler2","tulip","clique","impaler","vamos","imperator","imperator2","imperator3","deviant","dominator4","dominator5","yosemite",
"hermes","hustler","slamvan","ratloader2","blade","dukes","dominator2","gauntlet2","stalion","stalion2","yosemite2","slamvan2","coquette3",
"chino","virgo","buccaneer2","voodoo","faction","faction2","moonbeam","moonbeam2","chino2","faction3","sabregt2","slamvan3","virgo2","virgo3",
"lurcher","nightshade","dominator3","ellie","peyote2","gauntlet3","gauntlet4","gauntlet5","dukes3","manana2","ruiner4","vigero2","greenwood",
"weevil2","dominator8","dominator7","buffalo4"
}
--Sport & Sports Classic
Config.AClassCars = {
"ninef","ninef2","banshee","buffalo","penumbra","sultan","futo","comet2","feltzer2","fusilade","schwarzer","carbonizzare","rapidgt","rapidgt2",
"surano","buffalo2","coquette","elegy2","khamelion","massacro","jester","alpha","italigto","schalgen","zr380","zr3802","zr3803","comet5","raiden",
"comet4","neon","sentinel3","streiter","revolter","pariah","jester2","massacro2","buffalo3","blista2","blista3","furoregt","veto2","veto","italirsx",
"sugoi","sultan2","vstr","komoda","imorgon","kuruma","kuruma2","verlierer2","schafter3","schafter4","seven70","bestiagts","omnis","lynx","tropos","tampa2",
"elegy","specter","specter2","comet3","raptor","ruston","jester3","hotring","flashgt","gb200","paragon","paragon2","jugular","neo","issi7","locust","drafter",
"coquette4","penumbra2","omnisegt","sentinel4","corsita","tenf","tenf2","sm722","euros","sultan3","futo2","rt3000","comet6","growler","calico","remus","zr350",
"cypher","jester4","vectre","comet7","stinger","tornado","manana","stingergt","peyote","tornado2","tornado3","tornado4","monroe","ztype","viseris","savestra","gt500",
"z190","deluxo","stromberg","btype3","btype","pigalle","coquette2","toreador","retinue2","jb7002","casco","feltzer3","tornado5","btype2","mamba","tornado6","turismo2",
"infernus2","cheetah2","torero","ardent","rapidgt3","retinue","michelli","fagaloa","cheburek","swinger","dynasty","nebula","zion3","peyote3"
}
--Super
Config.SClassCars = {
"cheetah","entityxf","infernus","bullet","voltic","adder","vacca","zentorno","turismor","deveste","entity3","sc1","autarch","furia","t20","osiris","sultanrs",
"banshee2","reaper","fmj","pfister811","prototipo","sheava","tyrus","le7b","nero","nero2","italigtb","italigtb2","tempesta","penetrator","gp1","xa21","vagner","cyclone",
"visione","entity2","tyrant","tezeract","taipan","krieger","s80","thrax","zorrusso","emerus","tigon","torero2","lm87","champion","ignus","zeno"
}
Config.Lang = {
blips = {
target_car = "Target Car",
deliver_car = "Deliver Car",
stolen_car_tracker = "Stolen Car Tracker Ping",
},
target = {
guard_search = "Search Guard For Key",
boost_menu = "Open Car Boosting Menu",
remove_tracker = "Remove Tracker",
},
phone = {
notify = "Alright I got word you grabbed the car go to the location marked on your gps and drop the car off",
message_p1 = "Hey ",
message_p2 = " I Need You To Grab The ",
message_p3 = " at the marked location and bring it to my garage thanks!"
},
notify_success = {
removed_tracker = "Tracker removed.",
remove_tracker = "You are going to need to remove the tracker before you take it to my garage",
vehicle_tracker_ping = "Stolen Vehicle Tracker Pinging Check Map",
you_gained = "You Gained ",
car_boosting_xp = " Car Boosting Experience and Gained ",
damage_fees = "$ With ",
damage_fees_2 = "$ Of Damage Fees",
},
notify_primary = {
max_level = "You have Reached Max Level!",
level_up = "Car Boosting Leveled Up!",
},
notify_error = {
found_nothing = "You found nothing.",
no_boosts = "No Boosts Available For This Class Check Back Later",
already_on_mission = "Your Already On a Mission",
boost_unavailable = "This Boost is Not Currently Available Try Again Later!",
try_again = "Try removing it again!",
error = "Error!",
failed_to_bring_vehicle = "Hey Man What Happened You Failed To Bring Me The Vehicle - JV",
not_enough_police = "Not Enough Police",
already_max = "You are Already Max Level No XP Gained and Gained ",
with = "$ With ",
damage_fees = "$ Of Damage Fees"
},
text = {
damage_fees = "Damage Fees: ",
},
menu = {
main_menu = "Boosting Main Menu",
main_menu_text = "Current Boosting Level: ",
main_menu_text_2 = "XP: ",
request_d = "Request D Class Car 🚗",
request_d_desc = "Look I Cant Trust You Yet So Prove To Me You Can Do More - JV",
request_c = "Request C Class Car 🚗",
request_c_desc = "Alright so i can trust you a bit more but im not gonna trust you with bigger jobs yet - JV",
request_b = "Request B Class Car 🚗",
request_b_desc = "So you know how to steal cars, alright but your starting to get into the big leagues dont mess it up! - JV",
request_a = "Request A Class Car 🚗",
request_a_desc = "Ok, well youve proven yourself useful thus far, so keep it up and ill have some really big jobs for you - JV",
request_s = "Request S Class Car 🚗",
request_s_desc = "Well You Are The Best of The Best, keep it up - JV",
special = "Special Missions",
special_desc = "Want More Work? You Got It! - JV",
back = "Back ⬅️",
jester = "Dinka Jester (FF) 🚗",
jester_desc = "Got Something Special For You Trust Me It Will Be Worth It! - JV",
zr350 = "Annis ZR350 (FF) 🚗",
zr350_desc = "You did pretty well on that last special one, heres another! - JV",
dukes = "Imponte Dukes (FF) 🚗",
dukes_desc = "Alright your getting pretty good at these, so here is another - JV",
elegy = "Annis Elegy Retro Custom (FF) 🚗",
elegy_desc = "You are Awesome, please take another - JV",
euros = "Annis Euros (FF) 🚗",
euros_desc = "I need you to rob the DK himself, goodluck! - JV",
}
}
Last updated