ed
This commit is contained in:
parent
c64b1f3214
commit
9abc9de776
4 changed files with 6 additions and 33 deletions
|
@ -28,7 +28,7 @@ local weaponsList = {
|
|||
-- Handguns
|
||||
weapon_pistol = { name = 'weapon_pistol', label = 'Bretta', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol.png', description = 'A small firearm designed to be held in one hand' },
|
||||
weapon_pistol_mk2 = { name = 'weapon_pistol_mk2', label = 'Klog 19', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol_mk2.png', description = 'An upgraded small firearm designed to be held in one hand' },
|
||||
weapon_combatpistol = { name = 'weapon_combatpistol', label = 'Bretta Storm', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', description = 'A combat version small firearm designed to be held in one hand' },
|
||||
weapon_combatpistol = { name = 'weapon_combatpistol', label = 'Klog 17', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_combatpistol.png', description = 'A combat version small firearm designed to be held in one hand' },
|
||||
weapon_appistol = { name = 'weapon_appistol', label = 'Klog 19A', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_appistol.png', description = 'A small firearm designed to be held in one hand that is automatic' },
|
||||
weapon_stungun = { name = 'weapon_stungun', label = 'Taser X2', weight = 1000, ammotype = 'AMMO_STUNGUN', image = 'weapon_stungun.png', description = 'Unbegrenzte Maaaaacht!!!' },
|
||||
weapon_pistol50 = { name = 'weapon_pistol50', label = 'Tropical Eagle', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_pistol50.png', description = 'A .50 caliber firearm designed to be held with both hands' },
|
||||
|
@ -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_klog19fde = { name = 'weapon_klog19fde', label = 'Klog 19 FDE', weight = 1000, ammotype = 'AMMO_PISTOL', image = 'weapon_klog19fde.png', description = '' },
|
||||
|
||||
|
||||
|
||||
}
|
||||
local ammoTypeToPolice = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue