This commit is contained in:
Nordi98 2025-07-12 18:56:43 +02:00
parent 4c44afc37c
commit 2e129ccb92
26 changed files with 3020 additions and 2 deletions

View file

@ -1311,8 +1311,18 @@ CodeStudio.Products = {
itemPrice = 50,
itemInfo = "",
},
['Bodycam'] = {
itemName = "Bodycam",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
['Dashcam'] = {
itemName = "Dashcam",
itemStock = 150,
itemPrice = 50,
itemInfo = "",
},
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -10401,5 +10401,28 @@ itemsData = {
image = 'kq_winch.png',
name = 'kq_winch',
},
bodycam = {
shouldClose = true,
type = 'item',
description = '',
weight = 500,
label = 'Bodycam',
unique = true,
useable = true,
image = 'bodycam.png',
name = 'bodycam',
},
dashcam = {
shouldClose = true,
type = 'item',
description = '',
weight = 500,
label = 'Dashcam',
unique = true,
useable = true,
image = 'dashcam.png',
name = 'dashcam',
},
}