🏳️Config
Framework
Shared.Framework = {
autoDetect = true, -- detect ESX / QBCore / Standalone at runtime
ESX = false, -- when autoDetect = false, force one of these
QBCore = false,
Standalone = false,
}Key options
Option
Description
Adding a table
Config.Locations = {
{ coords = vec3(-1319.88, -925.41, 10.2), heading = 104.88, blip = true },
-- add more spots here
}Last updated