Client Exports

A list of client-side exports

setWeaponModifier

Sets the modifier of a weapon for the specific client that calls it.

exports['upgrade-damage']:setWeaponModifier(weaponHash, modifier)

resetWeaponModifier

Resets a previously set weapon modifier to the set modifier in the config

exports['upgrade-damage']:resetWeaponModifier(weaponHash)

setGlobalModifier

Sets a global modifier for all weapons for the client that calls it

exports['upgrade-damage']:setGlobalModifier(modifier)

Last updated