ed
This commit is contained in:
parent
a561e27187
commit
4a0f0f6a8b
13 changed files with 907 additions and 4 deletions
|
@ -1030,7 +1030,12 @@ CodeStudio.Products = {
|
|||
itemPrice = 250,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['snp_ammo'] = {
|
||||
itemName = "Sniper Munition",
|
||||
itemStock = 250,
|
||||
itemPrice = 250,
|
||||
itemInfo = "",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1512,7 +1517,12 @@ CodeStudio.Products = {
|
|||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
['weapon_winchester'] = {
|
||||
itemName = "Shrewsbury Frontier Repeater",
|
||||
itemStock = 50,
|
||||
itemPrice = 0,
|
||||
itemInfo = "",
|
||||
},
|
||||
|
||||
}
|
||||
},
|
||||
|
|
BIN
resources/[inventory]/cs_shops/ui/image/weapon_winchester.png
Normal file
BIN
resources/[inventory]/cs_shops/ui/image/weapon_winchester.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -10764,7 +10764,17 @@ itemsData = {
|
|||
image = 'line_coke.png',
|
||||
name = 'line_coke',
|
||||
},
|
||||
|
||||
weapon_winchester = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Shrewsbury Frontier Repeater',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_winchester.png',
|
||||
name = 'weapon_winchester',
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -137,7 +137,7 @@ local weaponsList = {
|
|||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
|
||||
|
||||
-- Addon
|
||||
|
||||
weapon_winchester = { name = 'weapon_winchester', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_SNIPER', image = 'weapon_airsoftak74.png', description = 'Wenn der Staub sich legt, zählt nur, wer noch nachlädt.' },
|
||||
|
||||
}
|
||||
local ammoTypeToPolice = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue