mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Removed duplicate items
Removed the duplicate items in this file
This commit is contained in:
+1
-14
@@ -118,7 +118,6 @@ QBShared.Items = {
|
||||
["weapon_pipebomb"] = {["name"] = "weapon_pipebomb", ["label"] = "Pipe bom", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "placeholder.png", ["unique"] = true, ["useable"] = false, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
|
||||
["weapon_poolcue"] = {["name"] = "weapon_poolcue", ["label"] = "Poolcue", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_poolcue.png", ["unique"] = true, ["useable"] = false, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
|
||||
["weapon_wrench"] = {["name"] = "weapon_wrench", ["label"] = "Wrench", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_wrench.png", ["unique"] = true, ["useable"] = false, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
|
||||
["weapon_autoshotgun"] = {["name"] = "weapon_autoshotgun", ["label"] = "Sweeper Shotgun", ["weight"] = 3000, ["type"] = "weapon", ["ammotype"] = "AMMO_SHOTGUN", ["image"] = "sweepershotgun.png", ["unique"] = true, ["useable"] = false, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
|
||||
["weapon_bread"] = {["name"] = "weapon_bread", ["label"] = "Baquette", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "baquette.png", ["unique"] = true, ["useable"] = false, ["combinable"] = nil, ["description"] = "This is a placeholder description"},
|
||||
|
||||
|
||||
@@ -3044,19 +3043,7 @@ QBShared.Vehicles = {
|
||||
["trunkspace"] = 60000,
|
||||
["trunkslots"] = 40,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
["stafford"] = {
|
||||
["name"] = "Stafford",
|
||||
["brand"] = "Enus",
|
||||
["model"] = "stafford",
|
||||
["price"] = 45000,
|
||||
["category"] = "sedans",
|
||||
["hash"] = GetHashKey("stafford"),
|
||||
["image"] = "https://vignette.wikia.nocookie.net/gtawiki/images/0/07/FaggioMod-GTAO-front.png",
|
||||
["trunkspace"] = 60000,
|
||||
["trunkslots"] = 40,
|
||||
["shop"] = "pdm",
|
||||
},
|
||||
},
|
||||
["camper"] = {
|
||||
["name"] = "Stafford",
|
||||
["brand"] = "Brute",
|
||||
|
||||
Reference in New Issue
Block a user