Job Routes
Config.JobRoutes = {
EscortVIP = {
[1] = { -- Routes for Level 1 jobs
{start_coord = vector4(-59.44, -1628.19, 29.18, 140.64), end_coord = vector3(-1079.02, -2982.52, 13.95)},
-- More routes for Level 1...
},
[2] = { -- Routes for Level 2 jobs
-- ...
},
[3] = { -- Routes for Level 3 jobs
-- ...
},
},
}Last updated