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
  • Where To Download
  • Step 1 - Drop file in the 'Resources'
  • Step 2 - Configure to liking
  • End Of Installation🎉
  1. Scripts
  2. Kyros Jamming

How To Install

PreviousKyros JammingNextChange Logs

Last updated 4 months ago

This is the guide for installing


Please carefully follow the installation guides step by step. If every instruction is followed correctly without skipping or making mistakes, you should not encounter any issues. However, if you do face any problems during installation, feel free to reach out to a support member by opening a support ticket in our .


Where To Download

To access the asset, you need to have made the purchase through your own Keymaster account. Alternatively, you can use the transfer system to move the asset to another Keymaster account.

After purchasing from our Official website, the asset will be available for download in your Keymaster panel . For issues with FiveM Escrow, account access, or asset startup errors, check for solutions.

Frameworks:

ESX

Step 1 - Drop file in the 'Resources'

Get the file from keymaster and add it to your server files & ensure.

ensure kyros-jamming

Step 2 - Configure to liking

There is many different ways to change the script around. Under each changeable setting will be a -- message on the different ways to change it.

Config = {}

--[[ WEAPON SETTINGS ]]--
Config.JammedWeapons = Weapons  -- References weapons from weaponslist.lua

Config.JamCooldown = {
    enabled = true,
    duration = 30000,    -- Time in ms before weapon can jam again
    perWeapon = true     -- If true, cooldown is per weapon. If false, global cooldown
}

Config.UnjamSuccessRate = 75  -- Percentage chance of successful unjam attempt (This only applies to the circle and bar types)

--[[ PROGRESS SETTINGS ]]-- 
Config.Progress = {
    type = 'minigame',     -- Options: 'minigame', 'circle', 'bar'
    
    -- Mini Game Settings
    minigame = {       
        difficulty = { 'easy', 'medium' }
    },
    
    -- Progress Circle Settings
    circle = {
        duration = 3000,
        position = 'bottom',
        useWhileDead = false,
        label = 'Unjamming the weapon'
    },
    
    -- Progress Bar Settings
    bar = {
        duration = 3000,
        label = 'Unjamming weapon...',
        position = 'bottom',
        useWhileDead = false,
        canCancel = true,
        disable = {
            car = true,
            move = false,
            combat = true
        }
    }
}

--[[ UI SETTINGS ]]--
Config.HelpText = {
    text = "[E] Unjam weapon",
    position = 'right-center'
}

Config.Notifications = {
    -- Weapon Jam Notification
    Jam = {
        title = 'Gun Jam',
        description = 'Your weapon has jammed!',
        type = 'error',
        duration = 5000,
        position = 'top-center',
        icon = 'fa-solid fa-gun'
    },
    
    -- Successful Unjam Notification
    UnjamSuccess = {
        title = 'Gun Jam',
        description = 'Your weapon is now unjammed!',
        type = 'success',
        duration = 5000,
        position = 'top-center',
        icon = 'fa-solid fa-gun'
    },
    
    -- Failed Unjam Notification
    UnjamFail = {
        title = 'Gun Jam',
        description = 'Failed to unjam your weapon! Try again.',
        type = 'error',
        duration = 5000,
        position = 'top-center',
        icon = 'fa-solid fa-gun'
    }
}

--[[ VISUAL EFFECTS ]]--
Config.VisualEffects = {
    enabled = true,
    smoke = {
        enabled = true,
        scale = 0.4,
        -- Smoke particle effect name
        dict = "core",
        name = "exp_grd_bzgas_smoke",
        duration = 2000  -- How long smoke effect lasts (ms)
    },
    shake = {
        enabled = true,
        duration = 1000,  -- How long camera shake lasts (ms)
        intensity = 0.5   -- Shake intensity (0.1 to 1.0)
    }
}

End Of Installation🎉

You have earned One Golden Star

I know right its just drag and drop!!!! check out the it will explain how to add your own weapons beside the kyros versions.

"Kyros Jamming"
Discord
"Granted Assets"
here
next tab