ed
This commit is contained in:
parent
250ce4a411
commit
8f44065e5f
19 changed files with 1093 additions and 2 deletions
|
@ -136,6 +136,10 @@ local weaponsList = {
|
|||
weapon_airsoftm4 = { name = 'weapon_airsoftm4', label = 'Softair M4', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftm4.png', description = '' },
|
||||
weapon_airsoftak74 = { name = 'weapon_airsoftak74', label = 'Softair AK75', weight = 1000, ammotype = 'AMMO_AIRSOFT', image = 'weapon_airsoftak74.png', description = '' },
|
||||
|
||||
-- Addon
|
||||
weapon_klog19fde = { name = 'weapon_klog19fde', label = 'Klog 19 FDE', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_klog19fde.png', description = '' },
|
||||
|
||||
|
||||
}
|
||||
local ammoTypeToPolice = {
|
||||
AMMO_SMG = "AMMO_POLICE_SMG",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue