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

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

View file

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