⚙️Configuration
A clear overview of all the available configurations for the Laundromat Heist!
Here you will find everything that you need to configure in order for the heist to run perfectly. Read through the comments in file carefully to fully understand what you need to change and what not to!
Config File
Laundromat = {
Misc = {
-- Requires xsound resource
EnableAlarm = true,
Alarm = "https://youtu.be/2zkx7w_p0Uw?si=BfDPhR2dxUl9-ptd",
AlarmDistance = 25,
RequiredCops = 4,
CopsDispatchSignal = true
JobTime = 40, -- In Minutes
-- Don't touch
IsRobberyActive = false,
},
Main = {
Debug = false,
Language = "en",
Framework = 'qb', -- 'qb', 'esx' or 'standalone'
Target = "ox", -- 'ox', 'qb' or 'custom'
ProgressBar = "qb", -- 'ox' or 'qb' or 'custom'
DoorLock = "ox", -- 'ox', 'qb' or 'custom'
GroupsSystem = "bd" -- 'bd' or 'custom'
},
JobData = {
EnablePed = true,
Ped = "a_f_o_soucent_02",
Coords = vector4(1145.88, -1402.17, 34.80, 180.47),
},
Location = vector3(90.1735, -1557.7471, 32.0682),
CoinsItemName = "coins",
MinCoins = 300, -- Per laundry
MaxCoins = 400, -- Per laundry
SafeReward = {
Item = "cashroll",
Min = 70,
Max = 90,
},
USBReward = {
Item = "blue_dongle",
Amount = 1,
},
RequiredWeapon = "WEAPON_CROWBAR",
FrontDoorName = 187, -- Id of the front door lock
BackDoorName = 189, -- Id of the backk door lock
GeneratorRequiredItem = "heist_usb_red",
GemeratorRemoveItem = true,
GeneratorPower = { Coords = vector3(105.9234, -1558.9829, 29.848), IsBusy = false, IsDone = false },
OfficePower = { Coords = vector3(96.5751, -1565.0062, 30.0466), IsBusy = false, IsDone = false },
Laundry = {
[1] = { Coords = vector3(91.2134, -1553.1605, 29.8219), IsBusy = false, IsDone = false },
[2] = { Coords = vector3(91.7906, -1553.6825, 29.8575), IsBusy = false, IsDone = false },
[3] = { Coords = vector3(92.4119, -1554.1525, 29.8501), IsBusy = false, IsDone = false },
[4] = { Coords = vector3(93.0005, -1554.6671, 29.8484), IsBusy = false, IsDone = false },
[5] = { Coords = vector3(93.5828, -1555.1641, 29.8487), IsBusy = false, IsDone = false },
[6] = { Coords = vector3(94.1567, -1555.6816, 29.8597), IsBusy = false, IsDone = false },
[7] = { Coords = vector3(92.4533, -1559.7639, 29.4879), IsBusy = false, IsDone = false },
[8] = { Coords = vector3(91.9018, -1559.274, 29.5362), IsBusy = false, IsDone = false },
[9] = { Coords = vector3(91.3121, -1558.8145, 29.5362), IsBusy = false, IsDone = false },
[10] = { Coords = vector3(90.7407, -1558.3636, 29.4879), IsBusy = false, IsDone = false },
[11] = { Coords = vector3(90.1824, -1557.8837, 29.5362), IsBusy = false, IsDone = false },
[12] = { Coords = vector3(89.6029, -1557.411, 29.4879), IsBusy = false, IsDone = false },
[13] = { Coords = vector3(89.0405, -1556.9462, 29.5362), IsBusy = false, IsDone = false },
[14] = { Coords = vector3(85.7441, -1559.2874, 29.3614), IsBusy = false, IsDone = false },
[15] = { Coords = vector3(86.3957, -1559.8296, 29.3683), IsBusy = false, IsDone = false },
[16] = { Coords = vector3(86.8348, -1560.6887, 29.0157), IsBusy = false, IsDone = false },
[17] = { Coords = vector3(87.7182, -1560.8567, 29.4417), IsBusy = false, IsDone = false },
[18] = { Coords = vector3(88.3553, -1561.3118, 29.4418), IsBusy = false, IsDone = false },
[19] = { Coords = vector3(88.9074, -1561.8484, 29.4497), IsBusy = false, IsDone = false },
[20] = { Coords = vector3(89.0588, -1559.2046, 29.5362), IsBusy = false, IsDone = false },
[21] = { Coords = vector3(89.6287, -1559.6719, 29.4879), IsBusy = false, IsDone = false },
[22] = { Coords = vector3(90.1946, -1560.1542, 29.5362), IsBusy = false, IsDone = false },
[23] = { Coords = vector3(90.7579, -1560.6207, 29.4879), IsBusy = false, IsDone = false },
[24] = { Coords = vector3(91.32, -1561.0995, 29.5362), IsBusy = false, IsDone = false },
[25] = { Coords = vector3(91.4145, -1564.6991, 29.5362), IsBusy = false, IsDone = false },
[26] = { Coords = vector3(91.8671, -1564.1146, 29.4879), IsBusy = false, IsDone = false },
[27] = { Coords = vector3(92.3599, -1563.5624, 29.5362), IsBusy = false, IsDone = false },
[28] = { Coords = vector3(92.8421, -1563.0177, 29.5362), IsBusy = false, IsDone = false },
[29] = { Coords = vector3(93.2883, -1562.4272, 29.5362), IsBusy = false, IsDone = false },
},
Safe = { Coords = vector3(95.9622, -1555.2136, 30.0218), IsBusy = false, IsDone = false },
USB = { Coords = vector3(94.7341, -1556.9435, 29.9043), IsDone = false },
}
Last updated