forked from Simnation/Main
fix
This commit is contained in:
parent
93bfe0575d
commit
aaea14ef90
2 changed files with 8 additions and 2 deletions
|
@ -1260,6 +1260,12 @@ CodeStudio.Products = {
|
||||||
itemPrice = 0,
|
itemPrice = 0,
|
||||||
itemInfo = "",
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
|
['weapon_sniperrifle'] = {
|
||||||
|
itemName = "ABM Sniper Rifle",
|
||||||
|
itemStock = 50,
|
||||||
|
itemPrice = 0,
|
||||||
|
itemInfo = "",
|
||||||
|
},
|
||||||
['weapon_carbinerifle'] = {
|
['weapon_carbinerifle'] = {
|
||||||
itemName = "AR-15",
|
itemName = "AR-15",
|
||||||
itemStock = 50,
|
itemStock = 50,
|
||||||
|
|
|
@ -241,7 +241,7 @@ Config.WeaponRecoil = {
|
||||||
[984333226] = 5.0, --WEAPON_HEAVYSHOTGUN
|
[984333226] = 5.0, --WEAPON_HEAVYSHOTGUN
|
||||||
[-275439685] = 5.5, --WEAPON_DOUBLEBARRELSHOTGUN
|
[-275439685] = 5.5, --WEAPON_DOUBLEBARRELSHOTGUN
|
||||||
[317205821] = 6.0, --WEAPON_AUTOSHOTGUN
|
[317205821] = 6.0, --WEAPON_AUTOSHOTGUN
|
||||||
[94989220] = 0.3, --WEAPON_COMBATSHOTGUN
|
[94989220] = 0.2, --WEAPON_COMBATSHOTGUN
|
||||||
|
|
||||||
--HEAVY WEAPONS
|
--HEAVY WEAPONS
|
||||||
[-1568386805] = 2.5, --WEAPON_GRENADELAUNCHER
|
[-1568386805] = 2.5, --WEAPON_GRENADELAUNCHER
|
||||||
|
@ -317,7 +317,7 @@ Config.WeaponShake = {
|
||||||
[984333226] = 0.3, --WEAPON_HEAVYSHOTGUN
|
[984333226] = 0.3, --WEAPON_HEAVYSHOTGUN
|
||||||
[-275439685] = 0.3, --WEAPON_DOUBLEBARRELSHOTGUN
|
[-275439685] = 0.3, --WEAPON_DOUBLEBARRELSHOTGUN
|
||||||
[317205821] = 0.3, --WEAPON_AUTOSHOTGUN
|
[317205821] = 0.3, --WEAPON_AUTOSHOTGUN
|
||||||
[94989220] = 0.3, --WEAPON_COMBATSHOTGUN
|
[94989220] = 0.1, --WEAPON_COMBATSHOTGUN
|
||||||
|
|
||||||
--HEAVY WEAPONS
|
--HEAVY WEAPONS
|
||||||
[-1568386805] = 0.04, --WEAPON_GRENADELAUNCHER
|
[-1568386805] = 0.04, --WEAPON_GRENADELAUNCHER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue