Code Monkey home page Code Monkey logo

qb-gunplug's Introduction

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

qb-gunplug's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.