-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
33 lines (33 loc) · 907 Bytes
/
config.lua
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
Config = {}
Config.dealerships = {
luxury = {
name = "Luxury Autos",
blip = 225,
color = 3,
sprite = 523,
coords = vector3(-1257.3416, -369.5834, 36.9075),
spawnpoint = vector4(-1235.4235, -348.9015, 37.3328, 25.4626),
heading = 0.0,
marker = {
type = 29,
scale = vector3(1.0, 1.0, 1.0),
color = vector3(30,129,176),
visible = true
}
},
pdm = {
name = "Premium Deluxe Motorsport",
blip = 225,
color = 3,
sprite = 523,
coords = vector3(-55.7541, -1098.0800, 26.4223),
spawnpoint = vector4(-17.7420, -1105.1957, 26.6721, 153.6083),
heading = 0.0,
marker = {
type = 29,
scale = vector3(1.0, 1.0, 1.0),
color = vector3(118,181,197),
visible = true
}
},
}