Skip to Content

Installation

Requirements

  • FiveM server with ESX, QBCore, or QBox
  • ox_target or qb-target
  • ox_lib
  • oxmysql (only required if using database application limiting)

Setup

1. Download

Download the resource from the CFX Portal  using the license key from your purchase.

2. Install

Place the flux-job-selector folder into your server’s resources directory.

3. Configure

Add the following to your server.cfg:

ensure flux-job-selector

4. Configure Your Framework

Edit shared/config.lua to match your server:

Config.Framework = 'qbox' -- 'esx', 'qbcore', or 'qbox' Config.target = 'ox_target' -- 'ox_target' or 'qb-target' Config.Locale = 'en' -- Language (see locales/ folder) Config.ThemeColor = '#CF0000' -- Your brand color

5. Restart

A full server restart is required for changes to take effect.

Languages

The resource ships with 11 languages:

LanguageLanguageLanguage
EnglishItalianTurkish
FrenchDutchRomanian
SpanishPolishCzech
PortugueseGerman

Set your language with Config.Locale = 'en' (or fr, de, es, etc.). Missing translations fall back to English automatically.

You can add your own language by creating a new file in the locales/ folder.

Last updated on