ed
This commit is contained in:
parent
5e498ae29e
commit
650ff8db20
4 changed files with 39 additions and 7 deletions
|
|
@ -68,7 +68,18 @@ config.ammo = {
|
|||
ammo = 30, -- Only works on ammoSystem 1
|
||||
maxAmmoInWeapon = 250 -- Only works on ammoSystem 1
|
||||
},
|
||||
|
||||
{
|
||||
ammoType = "AMMO_BEANBAG",
|
||||
item = "ammo_beanbag",
|
||||
ammo = 30, -- Only works on ammoSystem 1
|
||||
maxAmmoInWeapon = 250 -- Only works on ammoSystem 1
|
||||
},
|
||||
{
|
||||
ammoType = "AMMO_TRAINING",
|
||||
item = "ammo_training",
|
||||
ammo = 30, -- Only works on ammoSystem 1
|
||||
maxAmmoInWeapon = 250 -- Only works on ammoSystem 1
|
||||
},
|
||||
|
||||
-- POLICE
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue