Skip to content

CurlyLegend/qb-gunplug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Simple Weapon Crafting menu using qb-target

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages