forked from Simnation/Main
ed
This commit is contained in:
parent
b40547416c
commit
f803e85365
5 changed files with 23 additions and 2 deletions
|
@ -2937,11 +2937,20 @@ CodeStudio.Products = {
|
|||
itemInfo = "",
|
||||
},
|
||||
['weapon_airsoftak74'] = {
|
||||
itemName = "Softair AK74",
|
||||
itemName = "Softair AK75",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
['weapon_airsoftg36c'] = {
|
||||
itemName = "Softair GCR",
|
||||
itemStock = 150,
|
||||
itemPrice = 50,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/weapon_airsoftg36c.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/weapon_airsoftg36c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
|
@ -10719,6 +10719,18 @@ itemsData = {
|
|||
image = 'weapon_airsoftglock20.png',
|
||||
name = 'weapon_airsoftglock20',
|
||||
},
|
||||
weapon_airsoftg36c = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair GCR',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftg36c.png',
|
||||
name = 'weapon_airsoftg36c',
|
||||
},
|
||||
|
||||
airsoft_bullets = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
|
|
|
@ -134,8 +134,8 @@ local weaponsList = {
|
|||
weapon_airsoftmircouzi = { name = 'weapon_airsoftmicrouzi', label = 'Softair Uzi', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftmircouzi.png', description = '' },
|
||||
weapon_airsoftm249 = { name = 'weapon_airsoftm249', label = 'Softair M249', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftm249.png', description = '' },
|
||||
weapon_airsoftm4 = { name = 'weapon_airsoftm4', label = 'Softair M4', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftm4.png', description = '' },
|
||||
weapon_airsoftg36c = { name = 'weapon_airsoftg36c', label = 'Softair GCR', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftg36c.png', description = '' },
|
||||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
|
||||
|
||||
-- Addon
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue