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_truckerjob

Installation

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

PreviousDependenciesNextlunar_garage

Last updated 1 year ago

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

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

  3. Import this SQL into your database:

    INSERT INTO `jobs` (`name`, `label`) VALUES
    ('trucker', 'Trucker');
    
    INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
    ('trucker', 0, 'employee', 'Employee', 100, '{}', '{}');
  4. Configure the script to your liking.

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

  6. Restart your server and enjoy!

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

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

  3. Add this job inside qb-core/shared/jobs.lua:

    ['trucker'] = {
    	label = 'Trucker',
    	defaultDuty = true,
    	grades = {
    		['0'] = {
    			name = 'Employee',
    			payment = 100
    		}
    	}
    }
  4. Configure the script to your liking.

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

  6. Restart your server and enjoy!

dependencies
keymaster
dependencies
keymaster