forked from Simnation/Main
ed
This commit is contained in:
parent
9440e415a6
commit
7bf0c21d90
2 changed files with 9 additions and 2 deletions
|
@ -116,7 +116,14 @@ Config.MechanicLocations = {
|
|||
coords = vector3(1707.73, 3712.24, 34.37),
|
||||
size = 8.0,
|
||||
showBlip = false,
|
||||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(5006.59, -5190.87, 2.52),
|
||||
size = 8.0,
|
||||
showBlip = false,
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
blip = {
|
||||
id = 446,
|
||||
|
|
|
@ -2,6 +2,6 @@ Config = {}
|
|||
Config.AutoRunSQL = true
|
||||
|
||||
Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX"
|
||||
Config.ShowMileage = true
|
||||
Config.ShowMileage = false
|
||||
Config.Unit = "kilometers" -- "miles" or "kilometers"
|
||||
Config.Position = "bottom-right" -- "bottom-right" or "bottom-left" or "top-right" or "top-left" or "bottom-center" or "top-center"
|
Loading…
Add table
Add a link
Reference in a new issue