ed
This commit is contained in:
parent
4c44afc37c
commit
2e129ccb92
26 changed files with 3020 additions and 2 deletions
|
@ -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 = "",
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/bodycam.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/bodycam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
resources/[inventory]/cs_shops/ui/image/dashcam.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/dashcam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
resources/[inventory]/inventory_images/images/bodycam.png
Normal file
BIN
resources/[inventory]/inventory_images/images/bodycam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
BIN
resources/[inventory]/inventory_images/images/dashcam.png
Normal file
BIN
resources/[inventory]/inventory_images/images/dashcam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
|
@ -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',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue