Config
Config = {}
Config.Framework = "esx" -- ESX "esx", QB "qb"
Config.Inventory = "esx" -- ESX "esx", QB "qb", Quasar "qs"
Config.Notification = "ox" -- Ox Lib "ox", ESX "esx", QB "qb"
Config.Distance = 2.0 -- How close they have to be to see the Text UI
Config.ThirdEye = true
Config.Target = "ox_target" -- OX Target "ox_target", QB Target "qb-target"
Config.SocietyPayout = 'esx' -- ESX "esx", QB "qb", OKOK "okok"
Config.AdminGroup = 'admin'
Config.RequireAdminAcceptance = true -- Requires admins to accept a song before it is officially posted
Config.Views = 'ingame' -- 'ingame' for In Game views | 'youtube' for Youtube views | Youtube views requires a Youtube API Key
Config.YoutubeAPIKey = '' -- Only necessary if using youtube views | https://www.youtube.com/watch?v=LLAZUTbc97I
Config.ViewUpdateRate = 60 -- How often you want the server to update views to client in minutes
Config.Studios = {
['btrecords'] = {
label = 'Music Producer Studio',
locations = {
{
coords = vector3(-817.6960, -718.9174, 32.25), -- Coordinates for the studio location
heading = 270.0, -- Heading direction for the studio
}
}
},
-- Add more studios and their locations as needed
}
Config.Payment = { -- Payouts will be deposited in job society
PerViewPay = 1, -- Amount of money paid per view
Schedule = {
{ day = 6, time = "15:00" }, -- Every Saturday at 3:00 PM
-- Add more schedules as needed
}
}
-- Days: Sunday = 1 | Monday = 2 | Tuesday = 3 | .... | Saturday = 6Last updated