1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-11 21:14:25 +02:00
parent 9440e415a6
commit 7bf0c21d90
2 changed files with 9 additions and 2 deletions

View file

@ -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,

View file

@ -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"