ed
This commit is contained in:
parent
f7d03fa98a
commit
64a08bf394
17 changed files with 126 additions and 8 deletions
|
|
@ -10588,6 +10588,83 @@ itemsData = {
|
|||
image = 'weapon_repair_kit.png',
|
||||
name = 'weapon_repair_kit',
|
||||
},
|
||||
weapon_airsoftak47 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair AK75',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftak74.png',
|
||||
name = 'weapon_airsoftak74',
|
||||
},
|
||||
weapon_airsoftm4 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair AR15',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftm4.png',
|
||||
name = 'weapon_airsoftm4',
|
||||
},
|
||||
weapon_airsoftm249 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair M249',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftm249.png',
|
||||
name = 'weapon_airsoftm249',
|
||||
},
|
||||
weapon_airsoftmircouzi = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair Uzi',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftmicrouzi.png',
|
||||
name = 'weapon_airsoftmicrouzi',
|
||||
},
|
||||
weapon_airsoftmp5 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair MP5',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftmp5.png',
|
||||
name = 'weapon_airsoftmp5',
|
||||
},
|
||||
weapon_airsoftr700 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair R700',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftr700.png',
|
||||
name = 'weapon_airsoftr700',
|
||||
},
|
||||
weapon_airsoftr870 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Softair R870',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'weapon_airsoftr870.png',
|
||||
name = 'weapon_airsoftr870',
|
||||
},
|
||||
weapon_airsoftglock20 = {
|
||||
shouldClose = true,
|
||||
type = 'weapon',
|
||||
|
|
|
|||
|
|
@ -128,11 +128,13 @@ local weaponsList = {
|
|||
|
||||
-- Softair
|
||||
weapon_airsoftglock20 = { name = 'weapon_airsoftglock20', label = 'Softair Klog 20', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
weapon_airsoftr870 = { name = 'weapon_airsoftr870', label = 'Softair R870', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftr700 = { name = 'weapon_airsoftr700', label = 'Softair R700', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftmp5 = { name = 'weapon_airsoftmp5', label = 'Softair MP5', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftmircouzi = { name = 'weapon_airsoftmicrouzi', label = 'Softair Uzi', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftm249 = { name = 'weapon_airsoftm249', label = 'Softair M249', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftm4 = { name = 'weapon_airsoftm4', label = 'Softair M4', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftglock20.png', description = '' },
|
||||
|
||||
}
|
||||
local ammoTypeToPolice = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue