This commit is contained in:
Nordi98 2025-07-26 08:46:37 +02:00
parent 523afe5fc3
commit ecadb75724
6 changed files with 10 additions and 9 deletions

View file

@ -10631,16 +10631,16 @@ itemsData = {
image = 'weapon_repair_kit.png',
name = 'weapon_repair_kit',
},
weapon_airsoftak74 = {
weapon_airsoftak47 = {
shouldClose = true,
type = 'weapon',
description = '',
weight = 1000,
label = 'Softair AK75',
label = 'Softair AK57',
unique = true,
useable = true,
image = 'weapon_airsoftak74.png',
name = 'weapon_airsoftak74',
image = 'weapon_airsoftak47.png',
name = 'weapon_airsoftak47',
},
weapon_airsoftm4 = {
shouldClose = true,

View file

@ -135,8 +135,9 @@ local weaponsList = {
weapon_airsoftm249 = { name = 'weapon_airsoftm249', label = 'Softair M249', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftm249.png', description = '' },
weapon_airsoftm4 = { name = 'weapon_airsoftm4', label = 'Softair M4', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftm4.png', description = '' },
weapon_airsoftg36c = { name = 'weapon_airsoftg36c', label = 'Softair GCR', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftg36c.png', description = '' },
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
-- Addon
weapon_airsoftak47 = { name = 'weapon_airsoftak47', label = 'Softair AK57', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak47.png', description = '' },
-- Addon
}
local ammoTypeToPolice = {