From 15112fe30698dc2aec6077211a6347d48a45c8f9 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Mon, 30 Jun 2025 15:24:49 +0200 Subject: [PATCH] edi --- resources/[inventory]/cs_shops/config/config.lua | 11 ++++++++++- resources/[qb]/qb-core/shared/weapons.lua | 5 ++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/cs_shops/config/config.lua b/resources/[inventory]/cs_shops/config/config.lua index a579e582a..7999a20c9 100644 --- a/resources/[inventory]/cs_shops/config/config.lua +++ b/resources/[inventory]/cs_shops/config/config.lua @@ -722,7 +722,16 @@ CodeStudio.Products = { itemStock = 150, itemPrice = 200, itemInfo = "", - }, + }, + ['weapon_pocketlight'] = { + itemName = "kleine Taschenlampe", + itemStock = 150, + itemPrice = 200, + itemInfo = "", + }, + + + } }, diff --git a/resources/[qb]/qb-core/shared/weapons.lua b/resources/[qb]/qb-core/shared/weapons.lua index ed2da5989..53a6a3bb0 100644 --- a/resources/[qb]/qb-core/shared/weapons.lua +++ b/resources/[qb]/qb-core/shared/weapons.lua @@ -28,6 +28,8 @@ QBShared.Weapons = { [`weapon_candycane`] = { name = 'weapon_candycane', label = 'Candy Cane', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee Killed / Whacked / Executed / Beat down / Musrdered / Battered / Candy Caned' }, [`weapon_colbaton`] = { name = 'weapon_colbaton', label = 'Teleskopschlagstock', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered' }, [`weapon_pocketlight`] = { name = 'weapon_pocketlight', label = 'kleine Taschenlampe', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered' }, + + -- Handguns [`weapon_pistol`] = { name = 'weapon_pistol', label = 'Pistol', weapontype = 'Pistol', ammotype = 'AMMO_PISTOL', damagereason = 'Pistoled / Blasted / Plugged / Bust a cap in' }, [`weapon_pistol_mk2`] = { name = 'weapon_pistol_mk2', label = 'Pistol Mk2', weapontype = 'Pistol', ammotype = 'AMMO_PISTOL', damagereason = 'Pistoled / Blasted / Plugged / Bust a cap in' }, @@ -127,7 +129,8 @@ QBShared.Weapons = { [`weapon_ball`] = { name = 'weapon_ball', label = 'Ball', weapontype = 'Throwable', ammotype = 'AMMO_BALL', damagereason = 'Died' }, [`weapon_smokegrenade`] = { name = 'weapon_smokegrenade', label = 'Smoke Grenade', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' }, [`weapon_flare`] = { name = 'weapon_flare', label = 'Flare pistol', weapontype = 'Throwable', ammotype = 'AMMO_FLARE', damagereason = 'Died' }, - + [`weapon_throwingshoered`] = { name = 'weapon_throwingshoered', label = 'Schuh rot', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' }, + -- Miscellaneous [`weapon_petrolcan`] = { name = 'weapon_petrolcan', label = 'Petrol Can', weapontype = 'Miscellaneous', ammotype = 'AMMO_PETROLCAN', damagereason = 'Died' }, [`gadget_parachute`] = { name = 'gadget_parachute', label = 'Parachute', weapontype = 'Miscellaneous', ammotype = nil, damagereason = 'Died' },