pScripts
  • INFORMATION
    • FiveM Asset Escrow System
    • Assets Updates
    • Discord Roles
  • Assets & Guides
    • ๐Ÿ‘จโ€โš–๏ธDOJ Job
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿ’ปDOJ MDT
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐ŸŒฟWeed Plants
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿš—Car Sale Job
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
      • Client Exports
      • Server Exports
    • ๐Ÿ“™Job Core
      • โš™๏ธConfig File
      • Exports
    • ๐Ÿ‘ฎPolice Job
      • ๐Ÿ‘‹Installation Guide
      • โš ๏ธCommon Issues
      • โ‰๏ธSetup Server
      • โš™๏ธConfig Files
      • Client Exports
        • Bodycam
        • Evidence System
        • Duty GPS
        • Interactions
        • Jail System
        • Police Objects
        • Speed Camera
        • Manage Traffic
        • Misc
      • Server Exports
        • Evidence System
        • Interactions
        • Jail System
        • Misc
    • ๐Ÿ’ปPolice MDT
      • โ‰๏ธSetup Server
      • โš™๏ธConfig File
      • Client Exports
      • Server Exports
      • Dispatch System
    • ๐Ÿš‘Ambulance Job
      • ๐Ÿ‘‹Installation Guide
      • โ‰๏ธSetup Server
      • โš™๏ธConfig Files
      • Client Exports
      • Server Exports
    • ๐Ÿ’ปAmbulance MDT
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
      • Exports and Events
      • Dispatch System
    • ๐Ÿ› ๏ธMechanic Job
      • โš™๏ธConfig Files
      • Mileage System
      • Nitro System
      • Lifters System
      • Misc
    • ๐Ÿ’ปMechanic MDT
      • โš™๏ธConfig File
      • Exports
      • Dispatch System
      • Licenses System
    • ๐Ÿ’ตFleeca Robbery
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
    • โŒšJewelry Robbery
      • ๐Ÿ‘‹Installation Guide
      • โš™๏ธConfig File
    • ๐Ÿ’‡Appearance
      • โš™๏ธConfig Files
      • Client Exports
    • ๐Ÿ‘€Hints
      • Exports
    • ๐Ÿ‘‹Helper
      • Exports
    • ๐Ÿ”งTuning Menu
      • Exports and Events
      • โš™๏ธConfig Files
    • ๐Ÿ†”Documents
      • โš™๏ธConfig File
      • Exports and Events
    • ๐Ÿ“ฑPhone
      • โคต๏ธINSTALLATION
      • โš™๏ธCONFIG FILES
      • ๐Ÿ“ƒFEATURES
      • ๐Ÿ“ฑAPPS
      • ๐Ÿ“‡SIM CARDS
      • ๐Ÿ“ณNOTIFICATIONS
      • ๐Ÿ“จMESSAGES
      • ๐Ÿš˜GARAGES
      • ๐Ÿช™CRYPTO
      • ๐Ÿ”ชDARK CONNECT
      • โŒจ๏ธFUNCTIONS
      • ๐ŸŒŽLANGUAGE
      • โš ๏ธCOMMON ISSUES
    • ๐Ÿช™Casino Games
      • ๐ŸŽฐSlot Machine
      • ๐ŸRoulette
      • โ™ฃ๏ธPoker
    • ๐Ÿ’ปGCT
      • ๐Ÿ“จEXPORTS
    • ๐Ÿ’ปCivil MDT
      • โคต๏ธINSTALLATION
      • ๐Ÿ“ฑAPPS
      • ๐ŸŽ๏ธBOOSTING
      • ๐Ÿ…ACHIEVEMENTS
      • โš ๏ธCOMMON ISSUES
Powered by GitBook
On this page
  1. Assets & Guides
  2. Job Core

Config File

Config = {}

Config.Framework = 'ESX' -- ESX / QB / QBOX / ND (Bridge)
Config.Language = 'en' -- en / pl

Config.Jobs = { -- jobs with duty timers
    ['police'] = true,
    ['ambulance'] = true,
    ['mechanic'] = true,
    ['sheriff'] = true,
    ['burgershot'] = true
}

Config.Payout = {
    ped = {
        model = 'ig_barry',
        anim = {},
    },
    coords = vector4(242.6529, 226.6949, 106.2873, 165.5818),
    radius = 0.25,
    drawSprite = true,
    debug = false,
    label = 'Take Payout',
    icon = 'fa-solid fa-dollar-sign'
}

Config.Society = {
    state = true, -- it will took money from society account
    percent = 100, -- if player has 1000$ payout, it will remove 100% of payout from society account
    needMoney = true, -- check if account has enough money, else it will just remove money without checking
}

Config.Payouts = {
    ['police'] = {
        ["0"] = 200, ["1"] = 200, ["2"] = 250,
        ["3"] = 250, ["4"] = 300, ["5"] = 300,
        ["6"] = 500, ["7"] = 500, ["8"] = 600,
        ["9"] = 800, ["10"] = 900, ["11"] = 1000,
        ["12"] = 800, ["13"] = 900, ["14"] = 1000,
        ["15"] = 1200, ["16"] = 1300, ["17"] = 2000,
    },
    ['ambulance'] = {
        ["0"] = 100, ["1"] = 100, ["2"] = 100,
        ["3"] = 100, ["4"] = 100, ["5"] = 100,
        ["6"] = 100, ["7"] = 100, ["8"] = 100,
        ["9"] = 100, ["10"] = 100, ["11"] = 200,
    },
    ['mechanic'] = {
        ["0"] = 100, ["1"] = 100, ["2"] = 100,
        ["3"] = 100, ["4"] = 100, ["5"] = 100,
        ["6"] = 100, ["7"] = 100, ["8"] = 100,
        ["9"] = 100, ["10"] = 100, ["11"] = 200,
    },
    ['burgershot'] = {
        ["0"] = 100, ["1"] = 100, ["2"] = 100,
        ["3"] = 100, ["4"] = 100, ["5"] = 100,
        ["6"] = 100, ["7"] = 100, ["8"] = 100,
        ["9"] = 100, ["10"] = 100, ["11"] = 200,
    },
}

-- piotreq_jobcore:TakePayout, you can use this server event if you want to set multiple points
PreviousJob CoreNextExports

Last updated 19 days ago

๐Ÿ“™
โš™๏ธ