ResetWeaponFiringRate
From Multi Theft Auto: Wiki
This function resets the firing rate of a custom weapon to the default one.
Syntax
bool resetWeaponFiringRate ( weapon theWeapon )
OOP Syntax Help! I don't understand this!
- Method: weapon:resetFiringRate(...)
Required Arguments
- theWeapon: the weapon to reset the firing rate of.
Returns
Returns true on success, false otherwise.
Example
local weapon = createWeapon ("mp5",0,0,10) resetWeaponFiringRate (weapon)
Requirements
Minimum supported server | n/a |
---|---|
Minimum supported client | 1.3.0-9.04555 |
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.04555" />