Biyei Store
  • โ„น๏ธInformation
    • ๐Ÿ‘‹Welcome
    • ๐Ÿ”FiveM Asset Escrow System
  • ๐ŸงพScripts
    • ๐Ÿ”ซVip Weapons
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ†Arenas PvP
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โฌ†๏ธExports
      • ๐ŸŽ’Statesbags
      • โš’๏ธCommon issues
    • ๐Ÿ”ซSkin Changer
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • โœ…SafeZones
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • ๐ŸŽ’Statebags
      • โš’๏ธCommon issues
    • ๐Ÿ“›Red Zones
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • โญPartner Code System
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ“Announcement System
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿช™Coins + Reward System
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐ŸšจDefcon Alert
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐ŸจDepartment
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ“ฆCustom Box Creator
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ‘ทโ€โ™€๏ธMultipleJobs
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
  • ๐ŸŒŒOld Scripts
    • ๐Ÿš˜xVehicleRent
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ‘ทโ€โ™€๏ธxMultipleJobs
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • โš›๏ธxStorm
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • โฌ†๏ธxLift
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿ”ซhPaintball
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
    • ๐Ÿš—hVehicleShop
      • ๐Ÿ’ฟInstallation
      • โš™๏ธConfiguration
      • โš’๏ธCommon issues
Powered by GitBook
On this page
  1. Old Scripts
  2. xMultipleJobs

Configuration

This is the configuration that you can give to this script to modify it to your liking

It is important to choose your framework

Config File

Config = {}

Config.Debug = false  --- Show console print 

Config.Framework = 'qb' --- Framework support 'esx' and 'qb'

Config.CommandToUse = 'doblejob' --- Open mutiplejobs command

Config.UnemployedLabel = 'Civilian' --- Unemployed default job (QBCore = 'Civilian' and ESX = 'Unemployed')
Config.UnemployedJobName = 'unemployed' --- Name default job (QBCore and ESX = 'unemployed')
Config.UnemployedJobGrade = 0  --- Grade deafult job 


Config.DefaultJobs = 2 --- Default total multiple jobs 

Config.CustomJobsPerUser = { --- Custom jobs per user, you can add more jobs for player
    {
        identifier = 'SKG72039', --- Set identifier players (QB Core support CitizenID example: SKG72039) (ESX support character identifier example: "char2:e5b673a44035ffa5c4333b413f995cb309818a13") You can verify any citizen id with /multijobidentifier <id>
        jobs = 5
    },
    {
        identifier = '', 
        jobs = 5
    },
} -- You can verify any citizen id with /multijobidentifier <id>


Config.Lang =  {
    ['get_success_copy'] = 'The identifier has been copied to your clipboard:',
    ['no_is_loaded'] = 'Player not loaded or not conected'
}

You can add a customized number of jobs for each player.

For get identifier player use /multijobidentifier <id>

The player's identifier is automatically copied

Config.CustomJobsPerUser = { --- Custom jobs per user, you can add more jobs for player
    {
        identifier = 'SKG72039', --- Set identifier players (QB Core support CitizenID example: SKG72039) (ESX support character identifier example: "char2:e5b673a44035ffa5c4333b413f995cb309818a13") You can verify any citizen id with /multijobidentifier <id>
        jobs = 5
    },
    {
        identifier = '', 
        jobs = 5
    },
} -- You can verify any citizen id with /multijobidentifier <id>
PreviousInstallationNextCommon issues

Last updated 1 year ago

๐ŸŒŒ
๐Ÿ‘ทโ€โ™€๏ธ
โš™๏ธ
Page cover image