Skip to content

fivem qbcore vault system

Notifications You must be signed in to change notification settings

Re2team/qb-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qb-Vaults

Storage Inventory Creator and Viewer

ScreenShots

Eye Target Target

Create Storage Create Storage

View Storage View Storage

Storage Info View Storage

Add Member Add Member

Remove Member Add Member

Qb-input

Dependencies

Config

You need to Add lotions in config/sh_config like sample :

Config.location = {
    [1] = {name="Adams_Apple" , coords= vector3(-43.81, -1236.47, 29.34),heading=270.41,minz=27.36 , maxz=30.87834,length=1,width=3,distance=2.5,debug=false},
}

if You Want to PLayer Who have job Only Create Storage For Players

in sh_config.lua change

Config.SaleAvailableForJob=true
Config.jobName="warehouseman"   --job you make it in shared file

And For job you Need to add lines Bellow tou Your Shared file or in shared Folder in jobs file

['warehouseman'] = {
		label = 'Warehouse Keeper',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
            ['0'] = {
                name = 'Recruit',
                payment = 50
            },
            ['1'] = {
                name = 'Manager',
                isboss = true,
                payment = 100
            },
        },
	},

How to Install

import vaults.sql
ensure qb-vault
change sh_config.lua to your Own Prefer

You Dont need to add the target to qbtarget config . you need to remove them for this update.

WIP

- Make Vault Hackable

About

fivem qbcore vault system

Resources

Stars

Watchers

Forks

Languages