LogoLogo
StoreDiscord
  • Kyros FiveM Store Documentation
  • KYROS WEAPON PACKS
    • Weapon Install Guides
  • Scripts
    • Ped Menu
      • How To Install
      • How To Add Peds
    • Kyros Damage
      • How To Install
      • Configure
      • Change Logs
    • Kyros Recoil
      • How To Install
      • Configure
      • Change Logs
    • Kyros Repair Bench
      • How To Install
      • Commands
      • Configure
      • Change Logs
    • Kyros Ammo Indicator
      • How To Install
      • Commands
      • Change Logs
    • Kyros Jamming
      • How To Install
      • Change Logs
  • Other
    • ⚠️Common Issues
    • 🔐FiveM Asset Escrow System
Powered by GitBook
On this page
  1. Scripts
  2. Kyros Recoil

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 },
```

  • [WEAPON_YOURGUNNAME] -- Put the Weapon Spawn code here.

  • model = `Spawn Code` -- Put the Weapon Spawn code here.

  • hash = hash-code -- Put the Weapons Hash code here.

  • recoil = (0.00-29.00) -- Put any number here and it will change how much recoil the gun has.


PreviousHow To InstallNextChange Logs

Last updated 9 months ago