/Ranjit-Police-Bag

A Script That Would Allow police To carry a Their Job Bag in Fivem QBCore

Primary LanguageLua

Ranjit-policeBag script for QB-Core

Special Thanks to Jonzey

| If you are interested in joining my community: https://discord.gg/TdDRdWpeJz | For Question join the Discord or add me ranjit_07

| Preview:- https://youtu.be/GiLy3xulkpM?si=14LykTrw0bEMNlIk

Information

  • A Script That Would Allow police To carry a Their Job Bag

Required

Add this to qb-core/shared/items.lua

	["policebag"]   	= {["name"] = "policebag", 		["label"] = "policebag", 	["weight"] = 150, 		["type"] = "item", 		["image"] = "policebag.png", 			["unique"] = false,   	["useable"] = true,    ["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = ""},

Add the image from the images/policebag.png to your qb-inventory/html/images/ folder