-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
42 lines (34 loc) · 1.31 KB
/
config.lua
File metadata and controls
42 lines (34 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
-- endlessV4
Config = {}
Config.BossModel = "a_f_y_business_02"
Config.Payment = 2500 -- Per Delivery. Totals up and get paid when you return the vehicle.
Config.BossCoords = vector4(-1069.62, -2083.68, 13.37, 316.5) -- The Blip also uses these coords.
Config.Vehicle = "eav"
Config.VehicleSpawn = vector4(-1072.71, -2074.96, 13.29, 315.95)
Config.FuelScript = 'LegacyFuel'
Config.JobLocs = { -- Random delivery houses.
vector3(224.11, 513.52, 140.92),
vector3(57.51, 449.71, 147.03),
vector3(-297.81, 379.83, 112.1),
vector3(-595.78, 393.0, 101.88),
vector3(-842.68, 466.85, 87.6),
vector3(-1367.36, 610.73, 133.88),
vector3(944.44, -463.19, 61.55),
vector3(970.42, -502.5, 62.14),
vector3(1099.5, -438.65, 67.79),
vector3(1229.6, -725.41, 60.96),
vector3(288.05, -1094.98, 29.42),
vector3(-32.35, -1446.46, 31.89),
vector3(-34.29, -1847.21, 26.19),
vector3(130.59, -1853.27, 25.23),
vector3(192.2, -1883.3, 25.06),
vector3(348.64, -1820.87, 28.89),
vector3(427.28, -1842.14, 28.46),
vector3(291.48, -1980.15, 21.6),
vector3(279.87, -2043.67, 19.77),
vector3(1297.25, -1618.04, 54.58),
vector3(1381.98, -1544.75, 57.11),
vector3(1245.4, -1626.85, 53.28),
vector3(315.09, -128.31, 69.98),
}
-- endlessV4