Scripts/resources/[qb]/[qb_jobs]/cad-postalop/config.lua

45 lines
1.3 KiB
Lua
Raw Permalink Normal View History

2024-12-29 20:06:22 +00:00
Config = {}
Config.blip = {
label = 'HPNord',
coords = vector3(-425.44, -2787.76, 6.0),
sprite = 304,
scale = 0.5,
color = 10
}
Config.JobName = "delivery"
Config.pedModel = 's_m_m_postal_01'
Config.pedCoords = vector4(-425.44, -2787.76, 5.0, 326.65)
Config.vehicleModel = 'benson'
Config.vehicleSpawnLocations = {
{ x = -446.24, y = -2789.72, z = 5.96, h = 46.04 },
{ x = -451.24, y = -2793.8, z = 5.96, h = 47.51 },
{ x = -455.8, y = -2798.48, z = 5.96, h = 44.91 }
}
Config.deliveryLocations = {
[1] = { 441.12, -981.12, 30.68 },
[2] = { 306.72, -594.88, 43.28 },
[3] = { -37.2, -1110.36, 26.44 },
[4] = { -267.08, -955.64, 31.24 },
[5] = { -1200.36, -891.12, 14.0 },
[6] = { -705.72, -906.68, 19.2 },
[7] = { 26.04, -1339.24, 29.48 },
[8] = { -41.52, -1752.52, 29.44 },
[9] = { -534.64, -165.96, 38.32 },
[10] = { -633.08, 233.88, 81.88 },
[11] = { 246.92, 222.2, 106.28 },
[12] = { 375.64, 333.72, 103.56 },
[13] = { 314.48, -278.6, 54.16 },
[14] = { 149.44, -1040.0, 29.36 },
[15] = { -1081.96, -248.24, 37.76 },
[16] = { -350.76, -48.84, 49.04 },
[17] = { -1484.2, -380.24, 40.16 },
[18] = { 2550.24, 382.0, 108.64 },
[19] = { -1816.56, -1193.48, 14.32 },
[20] = { -2966.64, 388.0, 15.04 },
}