Documentation
  • Discord Server
  • About Us
  • Free Resources
    • Death Screen
      • PS-Dispatch Integration
    • Battlepass
      • Guides
      • Commands
        • Player Commands
        • Admin Commands
      • API
        • Server
    • Garages
      • Guides
        • Creating Interior
        • Creating Garage
        • How to find entity sets (customizations) for interior
  • Paid Resources
    • Elevator Creator V2
      • Installation
      • Accessible code
    • Radar System V2
      • Installation
      • Accessible code
    • Hotels Creator
      • Accessible code
    • Vehicle Shop Creator
      • Accessible code
    • Stocks Market
      • Accessible code
      • [DEV] - Usable Functions
    • Discord Voice Attendance
      • Installation
    • Deathmatch System
      • Installation
        • esx_ambulancejob
        • qb-ambulancejob
        • wasabi_ambulance
        • qbx_medical
        • codem-inventory
        • core_inventory
      • Accessible code
    • Object Creator
      • Dependencies
      • Accessible code
    • Cocaine Labs
      • Dependencies
      • Accessible code
    • Ownable Crafting Tables
      • Dependencies
      • Accessible code
      • Common Problems
    • Evidence System
      • Dependencies
      • Accessible code
      • Installation
      • API
    • Marketplace V2
      • Accessible code
      • Installation
      • Migration from V1
    • EMS Dispatch
      • Sending Dispatch
      • Accessing the Menu
      • Config File
    • Weed Planting
      • Accessible code
      • How to add new strain?
      • How to install
    • Advanced DarkNet System
      • Config
    • Advanced Taxi Job
      • Accessible code
      • Changelog
    • Advanced Gang Creator
      • Accessible code
      • Installation
        • QB Core
        • QBOX Core
      • API
      • FAQ
    • Advanced Private Cameras
      • ESX
        • Items
      • QBCore
        • Items
      • Accessible code
    • Advanced Elevator Creator
      • Accessible code
    • Advanced Ownable Rent Creator
      • SQL
      • ESX
      • QBCore
      • Config File
    • Advanced Job Creator
      • Installation
        • QB CORE
      • Accessible code
    • Advanced Ownable Shops
      • Installation
      • Accessible code
      • SQL
    • Advanced Ped Creator
      • SQL
      • Config File
    • Advanced Promocode Creator
      • Accessible code
      • SQL File
      • Common problems
    • Advanced Safe Zone Creator
      • Config File
    • Turf Wars
      • Ox Inventory
      • Accessible code
      • API
    • Advanced Gas Station Creator
      • Accessible code
    • Advanced Advertisements System
      • SQL File
      • Accessible code
    • Player Manager
      • Installation
      • Accessible code
    • Mechanic Job
      • Installation
      • Accessible code
      • SQL
    • Advanced Radar System
      • Accessible code
      • SQL
    • Crypto Mining
      • Installation
      • Accessible code
      • Items
      • SQL
    • Racing System
      • Accessible code
    • Car Theft
      • Accessible code
    • Advanced Solar Panels
      • Accessible Code
      • SQL
      • ESX
        • Items
      • QBCore
        • Items
    • Pilot Job
      • Accessible Code
      • ESX
        • SQL
      • QBCore
        • Metadata
        • qb-smallresources
      • QBOX
        • Metadata
    • Advanced Ownable Banks
      • Accessible Code
    • Post Office
      • Accessible Code
      • ESX
        • SQL
      • QBCore
        • SQL
      • Exports
    • Weather Sync
      • API
    • Billing System
      • Accessible code
      • SQL
      • Common problems
Powered by GitBook
On this page
  1. Paid Resources
  2. Mechanic Job

Accessible code

Config = {
    Locale = 'en',
    VersionChecking = true,

    toolboxItem = 'toolbox',

    inventoryType = 'ox', -- ox, qs, qb, core, lj, ps

    ShopsType = 'inventory', -- menu, inventory
    ShopMoneyType = 'self', -- self or society
    StashType = 'inventory', -- menu, inventory
    ClothingType = 'esx_skin', -- esx_skin, qb-clothing, fivem-appearance, illenium-appearance
    
    Markers = {
        drawDistance = 10.0,
        interactionDistance = 1.5
    },

    imgPatch = 'nui://ox_inventory/web/images/%s.png',

    StashSettings = { -- only if u use inventory system
        slots = 50,
        weight = 100000
    },

    FirePlayerData = {
        job = 'unemployed',
        grade = 0
    },

    BlackListStashItems = { -- only for if you use stashtype menu
        'money', 'black_money'
    },

    Mechanic = {
        ['Jale Mechanic'] = {
            job = 'mechanic',
            StashPassword = '', -- type any password | default: ''
            Blip = { -- customize your blip
                enable = true,
                coords = vec3(-360.7924, -133.1110, 38.6801),
                id = 446,
                color = 5,
                scale = 0.8,
            },
            Locations = { -- locations (u can delete if u don't want)
                BossMenu = {
                    vec3(-347.5177, -133.2657, 39.0097),
                },
                Clothing = {
                    vec3(-345.5136, -122.9976, 39.0097),
                },
                Shop = {
                    vec3(-321.0944, -138.0066, 39.0097),
                },
                Crafting = {
                    vec3(-343.9435, -139.9633, 39.0097),
                },
                Stash = {
                    vec3(-323.9020, -129.4108, 39.0102),
                },
                TakeVehicle = {
                    {
                        take = vec3(-359.2991, -128.4801, 38.6958),
                        spawnlocation = { coords = vec3(-371.0290, -113.4578, 38.6805), heading = 173.1861 }
                    }
                },
                ParkVehicle = {
                    vec3(-370.7563, -108.5019, 38.6807),
                },
            },
            ShopItems = {
                { name = 'water', label = 'Water', price = 5, amount = 999 },
            },
            Uniforms = {
                ['Uniform #1'] = {
                    ['m'] = {
                        ['tshirt_1'] = 15,  ['tshirt_2'] = 0,
                        ['torso_1'] = 66,   ['torso_2'] = 1,
                        ['arms'] = 1,
                        ['pants_1'] = 39,   ['pants_2'] = 1,
                        ['shoes_1'] = 24,   ['shoes_2'] = 0,
                    },
                    ['f'] = {
                        ['tshirt_1'] = 15,  ['tshirt_2'] = 0,
                        ['torso_1'] = 60,   ['torso_2'] = 1,
                        ['arms'] = 3,
                        ['pants_1'] = 39,   ['pants_2'] = 1,
                        ['shoes_1'] = 24,   ['shoes_2'] = 0,
                    }
                },  
            },
            CraftingItems = {
                --[[{ 
                    name = 'lockpick', 
                    label = 'Lockpick',
                    amount = 1,
                    time = 20, -- in seconds
                    recipe = { 
                        { name = 'iron', label = 'Iron', amount = 5 },
                    },  
                },]]
            },
            VehicleList = {
                {
                    label = 'Flatbed',
                    model = 'flatbed',
                    color = { r = 255, g = 227, b = 80 }
                }
            },
            MinGrades = {
                bossmenu = 3,
                stash = 2,
            }
        }
    }
}
Utils = {}

Utils.Notification = function(title, description, type, duration)
    lib.notify({
        title = title,
        description = description,
        type = type,
        duration = duration
    })
end
Utils = {}

Utils.Notification = function(src, title, description, type, duration)
    TriggerClientEvent('ox_lib:notify', src, {
        title = title,
        description = description,
        type = type,
        duration = duration
    })
end
PreviousInstallationNextSQL

Last updated 1 year ago