- Thank you very much for downloading this product! Hope you have fun!
- If you are interested in recieving updates join the community here at Discord! |
- Optimized
- 3 Types of kevlar
qb-core/shared/items.lua
["lightvest"] = {["name"] = "lightvest", ["label"] = "Lightvest", ["weight"] = 5000, ["type"] = "item", ["image"] = "lightvest.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["mediumvest"] = {["name"] = "mediumvest", ["label"] = "Mediumvest", ["weight"] = 5000, ["type"] = "item", ["image"] = "mediumvest.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["heavyvest"] = {["name"] = "heavyvest", ["label"] = "Heavyvest", ["weight"] = 5000, ["type"] = "item", ["image"] = "heavyvest.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},