-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
39 lines (33 loc) · 894 Bytes
/
config.lua
File metadata and controls
39 lines (33 loc) · 894 Bytes
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
QB = {}
QB.Spawns = {
["legion"] = {
coords = vector4(2.82, 1235.03, 7.17, 176.4),
location = "legion",
label = "Central Park",
},
["policedp"] = {
coords = vector4(-24.6, -90.62, 4.79, 219.29),
location = "policedp",
label = "Police Department",
},
["paleto"] = {
coords = vector4(1300.09, 421.56, 36.25, 258.91),
location = "paleto",
label = "Brooklyn",
},
["motel"] = {
coords = vector4(879.45, 2278.09, 38.49, 82.13),
location = "motel",
label = "Bronx",
},
["leftwood"] = {
coords = vector4(-907.18, 1772.92, 24.45, 214.81),
location = "leftwood",
label = "Left Wood",
},
["newjersey"] = {
coords = vector4(-1268.44, 927.25, 19.56, 224.51),
location = "newjersey",
label = "New Jersey",
},
}