28 lines
583 B
Lua
28 lines
583 B
Lua
QB = {}
|
|
|
|
QB.Spawns = {
|
|
legion = {
|
|
coords = vector4(195.17, -933.77, 29.7, 144.5),
|
|
location = 'legion',
|
|
label = 'Legion Square',
|
|
},
|
|
|
|
policedp = {
|
|
coords = vector4(428.23, -984.28, 29.76, 3.5),
|
|
location = 'policedp',
|
|
label = 'Police Department',
|
|
},
|
|
|
|
paleto = {
|
|
coords = vector4(80.35, 6424.12, 31.67, 45.5),
|
|
location = 'paleto',
|
|
label = 'Paleto Bay',
|
|
},
|
|
|
|
motel = {
|
|
coords = vector4(327.56, -205.08, 53.08, 163.5),
|
|
location = 'motel',
|
|
label = 'Motels',
|
|
},
|
|
}
|