/rs-multijob

Multi Job System for QBCore Framework

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Redline Studios Banner

Redline Studios Discord

https://dsc.gg/redlinestudios

install from the lastest release or it will not work

Install

  • place rs-multijob in [qb] folder
  • update all jobs in qb-core/shared/jobs.lua to have the following additional fields
description = 'A civilian is a person who is not a member of the police force, the military, or the fire department.', -- Job Description
isWhitelisted = false, -- is your job Whitelisted or Not
  • run the included db.sql file on your database

  • Setup the Config as you want for your server

Events

  • Open multijob with event
-- Client
TriggerEvent('rs-multijob:client:toggleUI')

-- Server
TriggerClientEvent('rs-multijob:client:toggleUI', src)