forked from Simnation/Main
ed
This commit is contained in:
parent
b3dfd74c87
commit
1fe7324645
5 changed files with 25 additions and 7 deletions
|
@ -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',
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue