π«Weapon Damages
This resource aims to provide an immersive and authentic store robbery experience by incorporating various gameplay elements that mimic real-life scenarios
Last updated
This resource aims to provide an immersive and authentic store robbery experience by incorporating various gameplay elements that mimic real-life scenarios
Last updated
Config.WeaponSettings = {
UseCustomWeaponDamages = true,
-- Other settings...
}Config.Weapons[`WEAPON_BAT`] = {
damageMultiplier = 1.00,
-- Other weapon-specific settings...
}
Config.Weapons[`WEAPON_CARBINERIFLE`] = {
damageMultiplier = 1.00,
-- Other weapon-specific settings...
}
Config.Weapons[`WEAPON_APPISTOL`] = {
damageMultiplier = 1.00,
-- Other weapon-specific settings...
}
Config.Weapons[`WEAPON_STUNGUN`] = {
damageMultiplier = 1.00,
-- Other weapon-specific settings...
}