/m-Kevlar

Simple script with 3 types of kevlars.

Primary LanguageLua

m-Kevlar script for QB-Core

  • 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! |

About

  • Optimized
  • 3 Types of kevlar

Install Steps:

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"] = ""},