1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-11 16:16:43 +02:00
parent 68151e44fe
commit b390ae483b
5 changed files with 21 additions and 1 deletions

View file

@ -1250,7 +1250,12 @@ CodeStudio.Products = {
itemPrice = 50,
itemInfo = "",
},
['breathalyzer'] = {
itemName = "Alkoholtester",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
}
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -22,6 +22,7 @@ config.maxStacks = {
vehiclekeys = 1,
keyring = 1,
customizableplate = 1,
breathalyzer = 1,
c_necklace = 1,
c_bproof = 1,

View file

@ -11005,5 +11005,19 @@ itemsData = {
image = 'customizableplate.png',
name = 'customizableplate',
},
breathalyzer= {
shouldClose = true,
type = 'item',
description = 'Misst den Blutalkoholspiegel',
weight = 500,
label = 'Alkoholtester',
unique = true,
useable = true,
image = 'breathalyzer.png',
name = 'breathalyzer',
},
}