1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-26 05:14:01 +02:00
parent 052575d45e
commit 40e4ffa062
21 changed files with 12 additions and 901 deletions

View file

@ -1517,7 +1517,7 @@ CodeStudio.Products = {
itemPrice = 0,
itemInfo = "",
},
['weapon_winchester'] = {
['weapon_combatshotgun'] = {
itemName = "Shrewsbury Frontier Repeater",
itemStock = 50,
itemPrice = 0,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

View file

@ -639,10 +639,9 @@ itemsData = {
weight = 1000,
type = 'weapon',
unique = true,
description = 'Weapon Combatshotgun',
description = '',
image = 'weapon_combatshotgun.png',
label = 'Beanbag Shotgun',
ammotype = 'AMMO_BEANBAG',
label = 'Shrewsbury Frontier Repeater',
name = 'weapon_combatshotgun',
},
xtcbaggy = {
@ -10764,17 +10763,6 @@ 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',
},
}

View file

@ -67,7 +67,7 @@ local weaponsList = {
weapon_dbshotgun = { name = 'weapon_dbshotgun', label = 'Double-barrel Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_dbshotgun.png', description = 'A shotgun with two parallel barrels, allowing two single shots to be fired in quick succession' },
weapon_autoshotgun = { name = 'weapon_autoshotgun', label = 'Auto Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_autoshotgun.png', description = 'A shotgun capable of rapid continous fire' },
weapon_pumpshotgun_mk2 = { name = 'weapon_pumpshotgun_mk2', label = 'Beanbag Shotgun', weight = 1000, ammotype = 'AMMO_BEANBAG', image = 'weapon_pumpshotgun_mk2.png', description = 'Weniger Tödlich...' },
weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Combat Shotgun', weight = 1000, ammotype = 'AMMO_SHOTGUN', image = 'weapon_combatshotgun.png', description = 'Weapon Combatshotgun' },
weapon_combatshotgun = { name = 'weapon_combatshotgun', label = 'Shrewsbury Frontier Repeater', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_combatshotgun.png', description = '' },
-- Assault Rifles
weapon_assaultrifle = { name = 'weapon_assaultrifle', label = 'AK 75', weight = 1000, ammotype = 'AMMO_RIFLE', image = 'weapon_assaultrifle.png', description = 'A rapid-fire, magazine-fed automatic rifle designed for infantry use' },
@ -137,8 +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 = {
AMMO_SMG = "AMMO_POLICE_SMG",