Config File


--      $$$$$$$\  $$$$$$$$\ $$$$$$$\  $$$$$$$$\ $$\              $$$$$$\   $$$$$$\  $$$$$$$\  $$$$$$\ $$$$$$$\ $$$$$$$$\  $$$$$$\  
--      $$  __$$\ $$  _____|$$  __$$\ $$  _____|$$ |            $$  __$$\ $$  __$$\ $$  __$$\ \_$$  _|$$  __$$\\__$$  __|$$  __$$\ 
--      $$ |  $$ |$$ |      $$ |  $$ |$$ |      $$ |            $$ /  \__|$$ /  \__|$$ |  $$ |  $$ |  $$ |  $$ |  $$ |   $$ /  \__|
--      $$$$$$$  |$$$$$\    $$$$$$$\ |$$$$$\    $$ |            \$$$$$$\  $$ |      $$$$$$$  |  $$ |  $$$$$$$  |  $$ |   \$$$$$$\  
--      $$  __$$< $$  __|   $$  __$$\ $$  __|   $$ |             \____$$\ $$ |      $$  __$$<   $$ |  $$  ____/   $$ |    \____$$\ 
--      $$ |  $$ |$$ |      $$ |  $$ |$$ |      $$ |            $$\   $$ |$$ |  $$\ $$ |  $$ |  $$ |  $$ |        $$ |   $$\   $$ |
--      $$ |  $$ |$$$$$$$$\ $$$$$$$  |$$$$$$$$\ $$$$$$$$\       \$$$$$$  |\$$$$$$  |$$ |  $$ |$$$$$$\ $$ |        $$ |   \$$$$$$  |
--      \__|  \__|\________|\_______/ \________|\________|       \______/  \______/ \__|  \__|\______|\__|        \__|    \______/ 
                                                                                                                           
                                                                                                                           

Config = {}

Config.Locale = "en" -- en, sv, custom

Config.Blip_Sprite = 498
Config.Blip_Size = 0.8

Config.Ped_Hash = "csb_reporter"
Config.Ped_Location = vector4(-263.42, -962.46, 31.22, 129.53)

Config.ID_Price = 500 -- Price to get a ID
Config.Payment_Type = "both" -- cash, bank, both

Config.WhitelistedJobs = {
    [1] = {
        job = "police",
        title = "Police Officer",
        disc = "Want to be a police officer? Apply for the job and become a police officer in our city.",
        icon = "fa-solid fa-handcuffs",
        websiteUrl = "https://store.rebelscripts.net/"
    },
    [2] = {
        job = "ambulance",
        title = "EMS",
        disc = "Want to be an EMS? Apply for the job and become a EMS in our city.",
        icon = "fa-solid fa-ambulance",
        websiteUrl = "https://store.rebelscripts.net/"
    },
    [3] = {
        job = "mechanic",
        title = "Mechanic",
        disc = "Want to be a mechanic? Apply for the job and become a mechanic in our city.",
        icon = "fa-solid fa-tools",
        websiteUrl = "https://store.rebelscripts.net/"
    },
    [4] = {
        job = "realestate",
        title = "Real Estate Agent",
        disc = "Want to be a real estate agent? Apply for the job and become a real estate agent in our city.",
        icon = "fa-solid fa-house-user",
        websiteUrl = "https://store.rebelscripts.net/"
    },
    [5] = {
        job = "lsmotors",
        title = "LS Motors Employee",
        disc = "Want to work at LS Motors? Apply for the job and work at LS Motors in our city.",
        icon = "fa-solid fa-car",
        websiteUrl = "https://store.rebelscripts.net/"
    },
}

Config.PublicJobs = {
    [1] = {
        job = "taxi",
        title = "Taxi Driver",
        disc = "Downtown Cab Co. Job lets players be a taxi driver, earn money by completing fares and improving their driving skills in our city.",
        icon = "fa-solid fa-taxi"
    },
    [2] = {
        job = "electrician",
        title = "Electrician",
        disc = "Electrician Job lets players be a electrician, earn money by completing jobs and improving their skills in our city.",
        icon = "fa-solid fa-bolt"
    },
    [3] = {
        job = "trucker",
        title = "Trucker",
        disc = "Trucker Job lets players be a trucker, earn money by completing jobs and improving their skills in our city.",
        icon = "fa-solid fa-truck"
    },
    [4] = {
        job = "lumberjack",
        title = "Lumberjack",
        disc = "Lumberjack Job lets players be a lumberjack, earn money by completing jobs and improving their skills in our city.",
        icon = "fa-solid fa-tree"
    },
    [5] = {
        job = "hunter",
        title = "Hunter",
        disc = "Hunter Job lets players be a hunter, earn money by completing jobs and improving their skills in our city.",
        icon = "fa-solid fa-paw"
    }
}

Last updated