Add to cart
Sale!
Script ESX QBCore Standalone

CodeM JobSelector

Original price was: $32.00.Current price is: $18.00.

-44%

xJobselector is an open-source job selection system compatible with both ESX and QBCore frameworks.
This package allows players to choose their desired job roles within the FiveM server environment, making it versatile for various gameplay scenarios and roleplay settings.

Scroll down to see it in action!

Add to Cart
FiveM xjobselector
CodeM JobSelector
$32.00 Original price was: $32.00.$18.00Current price is: $18.00.

Product facts

Framework
ESX, QBCore, Standalone
Resource type
Script
Creator / Brand
CodeM
Included files
1 downloadable file

Purchase details

Update access
Lifetime access to files published to this listing Read the update access policy
Download format
ZIP

Config file

Config = {}
Config.Framework = 'autodetect'  -- esx, oldesx, qb, oldqb or autodetect
Config.InteractionHandler = 'drawtext' -- drawtext, ox_target, qb_target, qb_textui, esx_textui 
Config.Coords = vector3(-263.70, -967.10, 31.2)
Config.Blip = {
    show = true, -- if you want to disable the blip, set this to false
    sprite = 407, 
    color  = 27,
    scale = 0.8,
    label = 'Job Center',
}
Config.Jobs = {
    {
        name = 'farmer',
        label = 'Farmer',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),

        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#ADFFB5',
            icon = 'farmer.svg', --html\assets\jobicons
        },
    },
    {
        name = 'mechanic',
        label = 'Mechanic',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-204.70, -993.10, 30.2),

        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#FFE1CC',
            icon = 'mechanic.svg', --html\assets\jobicons
        },
    },

    {
        name = 'Pizza',
        label = 'Pizza',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),
        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#FFEFB7',
            icon = 'pizza.svg', --html\assets\jobicons
        },
    },
    {
        name = 'miner',
        label = 'Miner',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),
        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#FFF',
            icon = 'miner.svg', --html\assets\jobicons
        },
    },
    {
        name = 'postal',
        label = 'Go Postal',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),

        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#76ABFF',
            icon = 'postal.svg', --html\assets\jobicons
        },
    },
    {
        name = 'lumberjack',
        label = 'Lumberjack',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),

        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#FFBC8D',
            icon = 'lumberjack.svg', --html\assets\jobicons
        },
    },
    {
        name = 'taxi',
        label = 'Taxi',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),
        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#6079FF',
            icon = 'taxi.svg', --html\assets\jobicons
        },
    },
    {
        name = 'fish',
        label = 'Fish',
        desc = 'Lorem ipsum dolor sit amet consectetur. Parturient laoreet ultrices sed vel nunc in in aliquam.',
        payAmountLabel = 150,
        startCoords = vector3(-263.70, -967.10, 31.2),
        playersCount = 0, -- dont touch
        theme = {
            bgColor = '#C4FF9F',
            icon = 'fish.svg', --html\assets\jobicons
        },
    },
}

 

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.