add fishing item to shared

This commit is contained in:
vanillaa
2021-08-05 11:30:50 +03:00
committed by GitHub
parent 9a5cfb40f6
commit 813cb9ecb3
+14 -1
View File
@@ -268,7 +268,20 @@ QBShared.Items = {
["wine"] = {["name"] = "wine", ["label"] = "Wine", ["weight"] = 300, ["type"] = "item", ["image"] = "wine.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Some good wine to drink on a fine evening."},
["grapejuice"] = {["name"] = "grapejuice", ["label"] = "Grape Juice", ["weight"] = 200, ["type"] = "item", ["image"] = "grapejuice.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Grape juice is said to be healthy.."},
["cocaleaf"] = {["name"] = "cocaleaf", ["label"] = "Cocaine Leaf", ["weight"] = 200, ["type"] = "item", ["image"] = "cocaineleaf.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Make that white girl"},
}
["fish"] = {["name"] = "fish", ["label"] = "Fish", ["weight"] = 1100, ["type"] = "item", ["image"] = "fish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["killerwhalemeat"] = {["name"] = "killerwhalemeat", ["label"] = "killerwhalemeat", ["weight"] = 1100, ["type"] = "item", ["image"] = "killerwhalemeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["stingraymeat"] = {["name"] = "stingraymeat", ["label"] = "stingraymeat", ["weight"] = 1111, ["type"] = "item", ["image"] = "stingraymeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["tigersharkmeat"] = {["name"] = "tigersharkmeat", ["label"] = "tigersharkmeat", ["weight"] = 1111, ["type"] = "item", ["image"] = "tigersharkmeat.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["catfish"] = {["name"] = "catfish", ["label"] = "catfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "catfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["salmon"] = {["name"] = "salmon", ["label"] = "salmon", ["weight"] = 1111, ["type"] = "item", ["image"] = "salmon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["largemouthbass"] = {["name"] = "largemouthbass", ["label"] = "largemouthbass", ["weight"] = 1111, ["type"] = "item", ["image"] = "largemouthbass.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["goldfish"] = {["name"] = "goldfish", ["label"] = "goldfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "goldfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["redfish"] = {["name"] = "redfish", ["label"] = "redfish", ["weight"] = 1111, ["type"] = "item", ["image"] = "redfish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["bluefish"] = {["name"] = "bluefish", ["label"] = "bluefish", ["weight"] = 1111, ["type"] = "item", ["image"] = "bluefish.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["stripedbass"] = {["name"] = "stripedbass", ["label"] = "stripedbass", ["weight"] = 1111, ["type"] = "item", ["image"] = "stripedbass.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Fish for Fishing."},
["fishingrod"] = {["name"] = "fishingrod", ["label"] = "Fishing Rod", ["weight"] = 5000, ["type"] = "item", ["image"] = "fishingrod.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A fishing rod for adventures with friends!!"},
["fishingbait"] = {["name"] = "fishingbait", ["label"] = "Fish Bait", ["weight"] = 400, ["type"] = "item", ["image"] = "fishbait.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "A fish bait"},
}
-- // HASH WEAPON ITEMS, NEED SOMETIMES TO GET INFO FOR CLIENT