mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 13:01:33 +00:00
images
This commit is contained in:
+8
-8
@@ -228,14 +228,14 @@ QBShared.Items = {
|
||||
["marksmanrifle_luxuryfinish"] = {["name"] = "marksmanrifle_luxuryfinish", ["label"] = "Sniper Finish", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Marksman Rifle Luxury Finish"},
|
||||
|
||||
-- Weapon Tints
|
||||
["weapontint_black"] = {["name"] = "weapontint_black", ["label"] = "Default Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Default/Black Weapon Tint"},
|
||||
["weapontint_green"] = {["name"] = "weapontint_green", ["label"] = "Green Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Green Weapon Tint"},
|
||||
["weapontint_gold"] = {["name"] = "weapontint_gold", ["label"] = "Gold Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Gold Weapon Tint"},
|
||||
["weapontint_pink"] = {["name"] = "weapontint_pink", ["label"] = "Pink Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pink Weapon Tint"},
|
||||
["weapontint_army"] = {["name"] = "weapontint_army", ["label"] = "Army Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_extendedclip.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Army Weapon Tint"},
|
||||
["weapontint_lspd"] = {["name"] = "weapontint_lspd", ["label"] = "LSPD Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "LSPD Weapon Tint"},
|
||||
["weapontint_orange"] = {["name"] = "weapontint_orange", ["label"] = "Orange Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Orange Weapon Tint"},
|
||||
["weapontint_plat"] = {["name"] = "weapontint_plat", ["label"] = "Platinum Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "pistol_suppressor.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Platinum Weapon Tint"},
|
||||
["weapontint_black"] = {["name"] = "weapontint_black", ["label"] = "Default Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_black.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Default/Black Weapon Tint"},
|
||||
["weapontint_green"] = {["name"] = "weapontint_green", ["label"] = "Green Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_green.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Green Weapon Tint"},
|
||||
["weapontint_gold"] = {["name"] = "weapontint_gold", ["label"] = "Gold Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_gold.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Gold Weapon Tint"},
|
||||
["weapontint_pink"] = {["name"] = "weapontint_pink", ["label"] = "Pink Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_pink.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Pink Weapon Tint"},
|
||||
["weapontint_army"] = {["name"] = "weapontint_army", ["label"] = "Army Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_army.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Army Weapon Tint"},
|
||||
["weapontint_lspd"] = {["name"] = "weapontint_lspd", ["label"] = "LSPD Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_lspd.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "LSPD Weapon Tint"},
|
||||
["weapontint_orange"] = {["name"] = "weapontint_orange", ["label"] = "Orange Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_orange.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Orange Weapon Tint"},
|
||||
["weapontint_plat"] = {["name"] = "weapontint_plat", ["label"] = "Platinum Tint", ["weight"] = 1000, ["type"] = "item", ["image"] = "weapontint_plat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Platinum Weapon Tint"},
|
||||
|
||||
-- ITEMS
|
||||
["id_card"] = {["name"] = "id_card", ["label"] = "ID Card", ["weight"] = 0, ["type"] = "item", ["image"] = "id_card.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A card containing all your information to identify yourself."},
|
||||
|
||||
Reference in New Issue
Block a user