resetWeaponFiringRate
Client-side
Server-side
Shared
This page is incomplete! Help wanted!
Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.
This function resets the firing rate of a custom weapon to the default one.
Syntax
resetWeaponFiringRate ( )Code Examples
client
local weapon = createWeapon ("mp5",0,0,10)resetWeaponFiringRate (weapon)