General Settings

Configure the basic functionality of the script.

Config.EnableDebug = false  -- Enable or disable debug mode

Config.Framework = 'qbcore'  -- Choose between 'qbcore' and 'esx'

Config.InteractionType = 'ox_target'  -- Choose interaction type: 'ox_target', 'qb-target', or '3dtext'

Config.dataFile = 'resources/[test]/hsJobCentre/data/player_data.json'
Config.moneyFile = 'resources/[test]/hsJobCentre/data/player_money.json'
  • EnableDebug: Set to true to enable debugging messages.

  • Framework: Choose the framework your server is using.

  • InteractionType: Define how players interact with jobs (using ox_target, qb-target, or 3dtext).

  • dataFile & moneyFile: Paths to the JSON files where player data and money are stored.

Last updated