mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
Merge pull request #76 from stacheboi/main
Typo Fix for Pistol MK2 image not showing
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ QBShared.Items = {
|
||||
["weapon_golfclub"] = {["name"] = "weapon_golfclub", ["label"] = "Golfclub", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_golfclub.png", ["unique"] = true, ["useable"] = false, ["description"] = "A club used to hit the ball in golf"},
|
||||
["weapon_crowbar"] = {["name"] = "weapon_crowbar", ["label"] = "Crowbar", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = nil, ["image"] = "weapon_crowbar.png", ["unique"] = true, ["useable"] = false, ["description"] = "An iron bar with a flattened end, used as a lever"},
|
||||
["weapon_pistol"] = {["name"] = "weapon_pistol", ["label"] = "Walther P99", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_pistol.png", ["unique"] = true, ["useable"] = false, ["description"] = "A small firearm designed to be held in one hand"},
|
||||
["weapon_pistol_mk2"] = {["name"] = "weapon_pistol_mk2", ["label"] = "Pistol Mk II", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_pistolmk2.png", ["unique"] = true, ["useable"] = false, ["description"] = "An upgraded small firearm designed to be held in one hand"},
|
||||
["weapon_pistol_mk2"] = {["name"] = "weapon_pistol_mk2", ["label"] = "Pistol Mk II", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_pistol_mk2.png", ["unique"] = true, ["useable"] = false, ["description"] = "An upgraded small firearm designed to be held in one hand"},
|
||||
["weapon_combatpistol"] = {["name"] = "weapon_combatpistol", ["label"] = "Combat Pistol", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_combatpistol.png", ["unique"] = true, ["useable"] = false, ["description"] = "A combat version small firearm designed to be held in one hand"},
|
||||
["weapon_appistol"] = {["name"] = "weapon_appistol", ["label"] = "AP Pistol", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_appistol.png", ["unique"] = true, ["useable"] = false, ["description"] = "A small firearm designed to be held in one hand that is automatic"},
|
||||
["weapon_pistol50"] = {["name"] = "weapon_pistol50", ["label"] = "Pistol .50 Cal", ["weight"] = 1000, ["type"] = "weapon", ["ammotype"] = "AMMO_PISTOL", ["image"] = "weapon_pistol50.png", ["unique"] = true, ["useable"] = false, ["description"] = "A .50 caliber firearm designed to be held with both hands"},
|
||||
|
||||
Reference in New Issue
Block a user