/qb-gunplug

A Simple Weapon Crafting menu using qb-target

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

qb-gunplug

Simple Gang/Job/Public Weapon Crafting

-- Add this below to qb-core > shared > gangs.lua

['gunplug'] = {
	label = 'Gun Plug',
	grades = {
        ['0'] = {
            name = 'Gunrunner'
        },
        ['1'] = {
            name = 'The Plug',
            isboss = true
        },
    },
},

-- Add this below to qb-core > shared > jobs.lua

["ammunation"] = {
	label = "Ammunation Employee",
	defaultDuty = true,
	grades = {
        ['0'] = {
            name = "Recruit",
            payment = 50
        },
		['1'] = {
            name = "Novice",
            payment = 75
        },
		['2'] = {
            name = "Experienced",
            payment = 100
        },
		['3'] = {
            name = "Advanced",
            payment = 125
        },
		['4'] = {
            name = "Manager",
			isboss = true,
            payment = 150
        },
    },
},

Dependencies:

  • Install all dependencies

qb-core

qb-inventory

qb-menu

qb-target

PolyZone

MLO Used for Gang Location:

https://www.youtube.com/watch?v=Tdr86ezfkes&t

MLO Used for Job Location:

https://fivem.gabzv.com/package/5024631

Default Gang Location (If using LKS Bunker MLO):

image

Default Job Location (If Using Gabz Ammunation MLO):

image

Public Location:

image

QB-Target:

image

Weapon Crafting:

image

Ammo Crafting:

image

Attachment Crafting:

image

Weapon Tint Crafting:

image