_SET_WEAPON_DAMAGE_MODIFIER
DocsSetWeaponDamageModifier(weaponHash, damageMultiplier)Description
Changes the weapon damage output by the given multiplier value.
Does NOT need to be called every frame.
Parameters
| Name | Type | Description |
|---|---|---|
weaponHash | Hash | Hash of the weapon |
damageMultiplier | float | Damage Multiplier |
Returns
voidThis native does not return a value.
Examples
Official
SetWeaponDamageModifier(`WEAPON_CARBINERIFLE`, 0.8)