Configure
This page shows you how to add your own custom weapons to the damage config.
Step 1 - Open Config.lua
```lua
Config.DisplayAmmoHud = true -- true = show | false = invisible
Config.WeaponsRecoil = {
[`WEAPON_UNARMED`] = { model = `WEAPON_UNARMED`, hash = nil, recoil = 0.1 },
-- # Would be kyros weapon sets
[`WEAPON_YOURGUNNAME`] = { model = `WEAPON_YOURGUNNAME`, hash = URHASH, recoil = 0.1 },
```Last updated
