mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
168 lines
3.9 KiB
Lua
168 lines
3.9 KiB
Lua
Config.Jobs.fuel = {
|
|
BlipInfos = {
|
|
Sprite = 436,
|
|
Color = 5
|
|
},
|
|
Vehicles = {
|
|
Truck = {
|
|
Spawner = 1,
|
|
Hash = "phantom",
|
|
Trailer = "tanker",
|
|
HasCaution = true
|
|
}
|
|
},
|
|
Zones = {
|
|
CloakRoom = { -- 1
|
|
Pos = {x = 557.933, y = -2327.9, z = 4.82896},
|
|
Size = {x = 3.0, y = 3.0, z = 2.0},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Marker= 1,
|
|
Blip = true,
|
|
Name = "Vestiaire",
|
|
Type = "cloakroom",
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour vous changer.",
|
|
GPS = {x = 554.597, y = -2314.43, z = 4.86293}
|
|
},
|
|
|
|
ChampPetrol = { -- 4 -- 8
|
|
Pos = {x = 609.589, y = 2856.74, z = 39.4958},
|
|
Size = {x = 20.0, y = 20.0, z = 1.0},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Marker= 1,
|
|
Blip = true,
|
|
Name = "Pétrol",
|
|
Type = "work",
|
|
Item = {
|
|
{
|
|
name = "Pétrol",
|
|
db_name= "petrol",
|
|
time = 5000,
|
|
max = 24,
|
|
add = 1,
|
|
remove = 1,
|
|
requires = "nothing",
|
|
requires_name = "Nothing",
|
|
drop = 100
|
|
}
|
|
},
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour forer.",
|
|
GPS = {x = 2736.94, y = 1417.99, z = 23.4888}
|
|
},
|
|
|
|
Raffinerie = { -- 5
|
|
Pos = {x = 2736.94, y = 1417.99, z = 23.4888},
|
|
Size = {x = 10.0, y = 10.0, z = 1.0},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Marker= 1,
|
|
Blip = true,
|
|
Name = "Pétrol raffiné",
|
|
Type = "work",
|
|
Item = {
|
|
{
|
|
name = "Pétrol raffiné",
|
|
db_name= "petrol_raffin",
|
|
time = 5000,
|
|
max = 20,
|
|
add = 1,
|
|
remove = 2,
|
|
requires = "petrol",
|
|
requires_name = "Pétrol",
|
|
drop = 100
|
|
}
|
|
},
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour raffiner.",
|
|
GPS = {x = 265.752, y = -3013.39, z = 4.73275}
|
|
},
|
|
|
|
Melange = { -- 6
|
|
Pos = {x = 265.752, y = -3013.39, z = 4.73275},
|
|
Size = {x = 10.0, y = 10.0, z = 1.0},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Marker= 1,
|
|
Blip = true,
|
|
Name = "Mélange",
|
|
Type = "work",
|
|
Item = {
|
|
{
|
|
name = "Essence",
|
|
db_name= "essence",
|
|
time = 5000,
|
|
max = 20,
|
|
add = 2,
|
|
remove = 1,
|
|
requires = "petrol_raffin",
|
|
requires_name = "Pétrol raffiné",
|
|
drop = 100
|
|
}
|
|
},
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour mélanger.",
|
|
GPS = {x = 491.406, y = -2163.37, z = 4.91827}
|
|
},
|
|
|
|
VehicleSpawner = { -- 2
|
|
Pos = {x = 554.597, y = -2314.43, z = 4.86293},
|
|
Size = {x = 3.0, y = 3.0, z = 2.0},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Marker= 1,
|
|
Blip = false,
|
|
Name = "Spawner véhicule de fonction",
|
|
Type = "vehspawner",
|
|
Spawner = 1,
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour appeler le camion.",
|
|
Caution = 2000,
|
|
GPS = {x = 602.254, y = 2926.62, z = 39.6898}
|
|
},
|
|
|
|
VehicleSpawnPoint = {
|
|
Pos = {x = 580.541, y = -2309.7, z = 4.90915},
|
|
Size = {x = 3.0, y = 3.0, z = 1.0},
|
|
Marker= -1,
|
|
Blip = false,
|
|
Name = "Véhicule de fonction",
|
|
Type = "vehspawnpt",
|
|
Spawner = 1,
|
|
GPS = 0,
|
|
Heading = 0
|
|
},
|
|
|
|
VehicleDeletePoint = {
|
|
Pos = {x = 520.684, y = -2124.21, z = 4.98635},
|
|
Size = {x = 5.0, y = 5.0, z = 1.0},
|
|
Color = {r = 255, g = 0, b = 0},
|
|
Marker= 1,
|
|
Blip = false,
|
|
Name = "Supression du véhicule",
|
|
Type = "vehdelete",
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour rendre le véhicule.",
|
|
Spawner = 1,
|
|
Caution = 2000,
|
|
GPS = 0,
|
|
Teleport = 0
|
|
},
|
|
|
|
Delivery = { -- 7
|
|
Pos = {x = 491.406, y = -2163.37, z = 4.91827},
|
|
Color = {r = 204, g = 204, b = 0},
|
|
Size = {x = 10.0, y = 10.0, z = 1.0},
|
|
Marker= 1,
|
|
Blip = true,
|
|
Name = "Point de livraison",
|
|
Type = "delivery",
|
|
Spawner = 1,
|
|
Item = {
|
|
{
|
|
name = "Livraison",
|
|
time = 500,
|
|
remove = 1,
|
|
max = 100, -- if not present, probably an error at itemQtty >= item.max in esx_jobs_sv.lua
|
|
price = 61,
|
|
requires = "essence",
|
|
requires_name = "Essence",
|
|
drop = 100
|
|
}
|
|
},
|
|
Hint = "Appuyez sur ~INPUT_PICKUP~ pour livrer l'essence.",
|
|
GPS = {x = 609.589, y = 2856.74, z = 39.4958}
|
|
}
|
|
}
|
|
} |