forked from qbcore-framework/qb-management
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.lua
37 lines (34 loc) · 826 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
34
35
36
37
-- Zones for Menus
Config = Config or {}
Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around)
Config.BossMenus = {
police = {
vector3(447.16, -974.31, 30.47),
},
ambulance = {
vector3(311.21, -599.36, 43.29),
},
cardealer = {
vector3(-32.94, -1114.64, 26.42),
},
mechanic = {
vector3(-347.59, -133.35, 39.01),
},
}
Config.GangMenus = {
lostmc = {
vector3(0, 0, 0),
},
ballas = {
vector3(0, 0, 0),
},
vagos = {
vector3(0, 0, 0),
},
cartel = {
vector3(0, 0, 0),
},
families = {
vector3(0, 0, 0),
},
}