LUNAR SCRIPTS
  • HOME
    • INFO
  • BRIDGE MODULE
    • lunar_bridge
      • Dependencies
      • Installation
      • Exports
  • PAID SCRIPTS
    • lunar_illegalbusinesses
      • Dependencies
      • Installation
    • lunar_heistcontracts
      • Dependencies
      • Installation
      • Exports and Events
    • lunar_jobscreator
      • Dependencies
      • Installation
      • Community Jobs
      • Exports
    • lunar_drugscreator
      • Dependencies
      • Installation
    • lunar_reports
      • Dependencies
      • Installation
    • lunar_drugs
      • Dependencies
      • Installation
    • lunar_cryptomining
      • Dependencies
      • Installation
    • lunar_robbery
      • Dependencies
      • Installation
    • lunar_interactions
      • Dependencies
      • Installation
      • Exports
    • lunar_multijob
      • Dependencies
      • Installation
      • Exports
    • lunar_trafficking
      • Dependencies
      • Installation
    • lunar_truckerjob
      • Dependencies
      • Installation
  • FREE SCRIPTS
    • lunar_garage
Powered by GitBook
On this page
  1. PAID SCRIPTS
  2. lunar_multijob

Installation

This guide will show you how to properly install this script for your framework.

PreviousDependenciesNextExports

Last updated 1 year ago

  1. Download the and make sure they are properly installed.

  2. Download lunar_multijob from your , extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.

  3. Configure the script to your liking.

  4. Use this in server.cfg to change the locale: setr ox:locale en

  5. Restart your server and enjoy!

Optional intergration into other scripts

Add this to the bottom of esx_society/client/main.lua:

function OpenBossMenu()
    exports.lunar_multijob:openBossMenu()
end

Open qb-management/client/cl_boss.lua and replace the qb-bossmenu:client:OpenMenu event:

RegisterNetEvent('qb-bossmenu:client:OpenMenu', function()
    exports.lunar_multijob:openBossMenu()
end)
dependencies
keymaster