1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-27 20:58:10 +02:00
parent 649f74d074
commit 72e7fa8387
2 changed files with 10 additions and 2 deletions

View file

@ -1912,7 +1912,7 @@ itemsData = {
type = 'weapon',
unique = true,
description = 'Wenn die Klog nicht mehr reicht.',
image = 'screenshot_405-removebg-preview.png',
image = 'weapon_heavypistol.png',
label = 'FM 510',
ammotype = 'AMMO_PISTOL',
name = 'weapon_heavypistol',
@ -10651,6 +10651,7 @@ itemsData = {
label = 'Softair AR15',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftm4.png',
name = 'weapon_airsoftm4',
},
@ -10662,6 +10663,7 @@ itemsData = {
label = 'Softair M249',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftm249.png',
name = 'weapon_airsoftm249',
},
@ -10673,6 +10675,7 @@ itemsData = {
label = 'Softair Uzi',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftmicrouzi.png',
name = 'weapon_airsoftmicrouzi',
},
@ -10684,6 +10687,7 @@ itemsData = {
label = 'Softair MP5',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftmp5.png',
name = 'weapon_airsoftmp5',
},
@ -10695,6 +10699,7 @@ itemsData = {
label = 'Softair R700',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftr700.png',
name = 'weapon_airsoftr700',
},
@ -10706,6 +10711,7 @@ itemsData = {
label = 'Softair R870',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftr870.png',
name = 'weapon_airsoftr870',
},
@ -10717,6 +10723,7 @@ itemsData = {
label = 'Softair Klog 20',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftglock20.png',
name = 'weapon_airsoftglock20',
},
@ -10728,6 +10735,7 @@ itemsData = {
label = 'Softair GCR',
unique = true,
useable = true,
ammotype = 'AMMO_AIRSOFT',
image = 'weapon_airsoftg36c.png',
name = 'weapon_airsoftg36c',
},