forked from Simnation/Main
ed
This commit is contained in:
parent
9440e415a6
commit
7bf0c21d90
2 changed files with 9 additions and 2 deletions
|
@ -117,6 +117,13 @@ Config.MechanicLocations = {
|
||||||
size = 8.0,
|
size = 8.0,
|
||||||
showBlip = false,
|
showBlip = false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
coords = vector3(5006.59, -5190.87, 2.52),
|
||||||
|
size = 8.0,
|
||||||
|
showBlip = false,
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
blip = {
|
blip = {
|
||||||
id = 446,
|
id = 446,
|
||||||
|
|
|
@ -2,6 +2,6 @@ Config = {}
|
||||||
Config.AutoRunSQL = true
|
Config.AutoRunSQL = true
|
||||||
|
|
||||||
Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX"
|
Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX"
|
||||||
Config.ShowMileage = true
|
Config.ShowMileage = false
|
||||||
Config.Unit = "kilometers" -- "miles" or "kilometers"
|
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"
|
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