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

@ -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",