/zlexif-ammunationjob

An ammunation Job that has tons of features from trays , boss menu , wardrobes , billing , guns , ammo , crafting system , stashes , and tons of other cool stuff! This is a free resource so please do not resell this. If caught doing so it will result in legal action.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Zlexif's Ammunations Job.

Preview

join my [Discord] https://discord.gg/XAV4AfgQaZ | <-- FOR ANY SUPPORT

Required

qb-core/shared/items.lua


## THIS DEPENDS ON QB-WEAPONS DEFAULT.

qb-core/shared/jobs.lua

   ['ammunation'] = {
		label = 'Ammunation',
		defaultDuty = true, -- If whenever you see the job your defaultly on duty
		offDutyPay = false, -- If you want employees to be paid even when theyre not on duty/off duty ( THIS IS IN GAME NOT WHEN YOUR OFFLINE COMPLETELY)
		grades = {
            ['0'] = {
                name = 'Runner', - NAME OF THE GRADE
                payment = 25 -- PAYMENT FOR THIS GRADE ( EVERY 30 MINS OR ACCORDING TO YOUR loops.lua)  -- Configure According To Your Economy
            },
            ['1'] = {
                name = 'Salesman',
                payment = 50, -- Configure According To Your Economy
            },
            ['2'] = {
                name = 'Head Salesman',
                isboss = true,
                payment = 75, -- Configure According To Your Economy
            },
            ['3'] = {
                name = 'Asst. Manager',
                isboss = true,
                payment = 100,
            },
            ['4'] = {
                name = 'Manager',
                isboss = true,
                payment = 200, -- Configure According To Your Economy
            },
        },
	},