--======================
-- GANG CARBINES
--======================
['WEAPON_CARBINEGANG'] = { -- weapon_carbinegang
label = 'Gang Carbine Blue',
weight = 10,
durability = 0.01,
ammoname = 'ammo-rifle'
},
['WEAPON_CARBINEGANG2'] = { -- weapon_carninegang2
label = 'Gang Carbine Green',
weight = 10,
durability = 0.01,
ammoname = 'ammo-rifle'
},
['WEAPON_CARBINEGANG3'] = { -- weapon_carbinegang3
label = 'Gang Carbine Pink',
weight = 10,
durability = 0.01,
ammoname = 'ammo-rifle'
},
['WEAPON_CARBINEGANG4'] = { -- weapon_carbinegang4
label = 'Gang Carbine Red',
weight = 10,
durability = 0.01,
ammoname = 'ammo-rifle'
},
['WEAPON_CARBINEGANG5'] = { -- weapon_carbinegang5
label = 'Gang Carbine White',
weight = 10,
durability = 0.01,
ammoname = 'ammo-rifle'
},
--======================
-- GANG BATS
--======================
['WEAPON_GANGBAT1'] = { -- weapon_gangbat1
label = 'Gang Bat Blue',
weight = 5,
durability = 0
},
['WEAPON_GANGBAT2'] = { -- weapon_gangbat2
label = 'Gang Bat Green',
weight = 5,
durability = 0
},
['WEAPON_GANGBAT3'] = { -- weapon_gangbat3
label = 'Gang Bat Pink',
weight = 5,
durability = 0
},
['WEAPON_GANGBAT4'] = { -- weapon_gangbat4
label = 'Gang Bat Red',
weight = 5,
durability = 0
},
['WEAPON_GANGBAT5'] = { -- weapon_gangbat5
label = 'Gang Bat White',
weight = 5,
durability = 0
},
--======================
-- BLOCK (GLOCKS)
--======================
['WEAPON_GANGGLOCK5'] = { -- weapon_glockgang1
label = 'Block White',
weight = 6,
durability = 0.01,
ammoname = 'ammo-pistol'
},
['WEAPON_GANGGLOCK4'] = { -- weapon_glockgang2
label = 'Block Red',
weight = 6,
durability = 0.01,
ammoname = 'ammo-pistol'
},
['WEAPON_GANGGLOCK3'] = { -- weapon_glockgang3
label = 'Block Pink',
weight = 6,
durability = 0.01,
ammoname = 'ammo-pistol'
},
['WEAPON_GANGGLOCK2'] = { -- weapon_glockgang4
label = 'Block Green',
weight = 6,
durability = 0.01,
ammoname = 'ammo-pistol'
},
['WEAPON_GANGGLOCK1'] = { -- weapon_glockgang5
label = 'Block Blue',
weight = 6,
durability = 0.01,
ammoname = 'ammo-pistol'
},
--======================
-- GANG UZIS
--======================
['WEAPON_GANG'] = { -- weapon_gang4
label = 'Gang Uzi BLue',
weight = 9,
durability = 0.01,
ammoname = 'ammo-smg'
},
['WEAPON_GANG2'] = { -- weapon_gang5
label = 'Gang Uzi Green',
weight = 9,
durability = 0.01,
ammoname = 'ammo-smg'
},
['WEAPON_GANG3'] = { -- weapon_gang3
label = 'Gang Uzi Pink',
weight = 9,
durability = 0.01,
ammoname = 'ammo-smg'
},
['WEAPON_GANG4'] = { -- weapon_gang
label = 'Gang Uzi Red',
weight = 9,
durability = 0.01,
ammoname = 'ammo-smg'
},
['WEAPON_GANG5'] = { -- weapon_gang2
label = 'Gang Uzi White',
weight = 9,
durability = 0.01,
ammoname = 'ammo-smg'
},