1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-09 16:51:14 +02:00
parent b3dfd74c87
commit 1fe7324645
5 changed files with 25 additions and 7 deletions

View file

@ -10176,11 +10176,25 @@ QBShared.Items = {
type = 'item',
description = '',
weight = 100,
label = 'stungun_ammo',
label = 'Taser Cardridge',
unique = false,
useable = true,
image = 'stungun_ammo.png',
name = 'stungun_ammo',
},
pdbag = {
shouldClose = true,
type = 'item',
description = '',
weight = 1000,
label = 'Ausrüstungs Tasche',
unique = true,
useable = true,
image = 'pdbag.png',
name = 'pdbag',
},
}