1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-26 04:22:35 +02:00
parent a561e27187
commit 4a0f0f6a8b
13 changed files with 907 additions and 4 deletions

View file

@ -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',
},
}

View file

@ -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 = {