Hi, can somebody experienced in lua scripts tell me how to change speed of weapons reloading or just write this script in comment? I just need this to my mod.
I need code to permanently change reload speed of selected gun, but not this:
NewRaycastWeaponBase.reload_speed_multiplier = function(self) return 2000 end
This change speed of reload for all guns.
45 759
We Use Cookies 🍪We use cookies to improve your user experience. Will you allow us to store them?
I need code to permanently change reload speed of selected gun, but not this:
NewRaycastWeaponBase.reload_speed_multiplier = function(self) return 2000 end
This change speed of reload for all guns.