main.lua

Config = {} 

--░██████╗░███████╗███╗░░██╗███████╗██████╗░░█████╗░██╗░░░░░
--██╔════╝░██╔════╝████╗░██║██╔════╝██╔══██╗██╔══██╗██║░░░░░
--██║░░██╗░█████╗░░██╔██╗██║█████╗░░██████╔╝███████║██║░░░░░
--██║░░╚██╗██╔══╝░░██║╚████║██╔══╝░░██╔══██╗██╔══██║██║░░░░░
--╚██████╔╝███████╗██║░╚███║███████╗██║░░██║██║░░██║███████╗
--░╚═════╝░╚══════╝╚═╝░░╚══╝╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝

Config.Framework = 'esx' -- [ 'esx' || 'qb' ]

Config.Debug = true -- DEV Test

Config.DiscordWebhook = true -- [ configure your log in server/webhook ]

Config.Key = {
    EnableFreeCam = 'H',
    DisableFreeCam = "G"
}


--███╗   ███╗ █████╗ ██╗███╗   ██╗    ██╗      ██████╗  ██████╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗███████╗
--████╗ ████║██╔══██╗██║████╗  ██║    ██║     ██╔═══██╗██╔════╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
--██╔████╔██║███████║██║██╔██╗ ██║    ██║     ██║   ██║██║     ███████║   ██║   ██║██║   ██║██╔██╗ ██║███████╗
--██║╚██╔╝██║██╔══██║██║██║╚██╗██║    ██║     ██║   ██║██║     ██╔══██║   ██║   ██║██║   ██║██║╚██╗██║╚════██║
--██║ ╚═╝ ██║██║  ██║██║██║ ╚████║    ███████╗╚██████╔╝╚██████╗██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║███████║
--╚═╝     ╚═╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝    ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝

Config['stoned-tuning'] = { 
    
    ['Settings'] = {
        ['Definitions'] = { 
            {   
                ['Coords'] = {['x'] = -337.5471, ['y'] = -136.5578, ['z'] = 38.5851 }, ['Marker'] = 36, ['label'] = 'Auto Center',
                ['Job'] = false, ['jobName'] = 'mechanic',
                ['balance'] = 'playerMoney'  
            },
            
            {
                ['Coords'] = {['x'] = 46.34, ['y'] = -885.02, ['z'] = 29.63 }, ['Marker'] = 36, ['label'] = 'LS Customs',
                ['Job'] = true, ['jobName'] = 'police',
                ['balance'] = 'playerMoney' 
            },

            {
                ['Coords'] = {['x'] = 142.1212, ['y'] = -3019.9517, ['z'] = 6.6427 }, ['Marker'] = 36, ['label'] = 'LS Customs',
                ['Job'] = true, ['jobName'] = 'mechanic',
                ['balance'] = 'playerMoney' 
            } 

        },
        ['renderDistance'] = 10, 
        ['requiredInsideVehicle'] = true, 
    },

}

-- Specific tuning settings in shared/tunes.lua

Last updated

Was this helpful?