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 Ammo Indicator

How To Install

PreviousKyros Ammo IndicatorNextCommands

Last updated 9 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

QBCORE

STANDALONE

Step 1 - Drop file in the 'Resources'

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

ensure kyros-ammoindicator

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 = {
    -- General Settings
    language = "en",  -- Default language (e.g., "en", "es", "fr", "de", "it")
    enableCommands = true,  -- Set to false to disable in-game commands
    startIndicatorEnabled = true,  -- Set to false to start with the indicator disabled

    -- Appearance Settings
    font = 4,  -- Default font type
    textSize = 1.00,  -- Default text size (1.00 is standard size)
    dynamicColor = true,  -- Set to false to use a static color for the ammo indicator
    defaultColor = { r = 255, g = 255, b = 255, alpha = 255 },  -- Static color if dynamicColor is false
    defaultPosition = { x = 0.50, y = 0.51 },  -- Default position of the indicator on the screen (0.50 is center)

    -- Ammo Display Settings
    showAmmoCount = true,  -- Set to false to disable the [current/total] ammo count display
    showEmptyClipText = true,  -- Set to false to display "0" instead of the empty clip text
    emptyClipText = "EMPTY CLIP",  -- Text to display when the clip is empty

    -- Ammo Thresholds and Colors
    ammoThresholds = {
        -- These values determine the ammo count at which the indicator color changes
        critical = 3,  -- Ammo count at which the indicator color changes to critical
        low = 8,  -- Ammo count at which the indicator color changes to low
        medium = 12  -- Ammo count at which the indicator color changes to medium
    },
    colors = {
        -- These names correspond to colorValues below
        full = "green",  -- Color name when ammo is full
        medium = "yellow",  -- Color name when ammo is medium
        low = "orange",  -- Color name when ammo is low
        critical = "red"  -- Color name when ammo is critical
    },
    colorValues = {
        -- RGB and alpha values for each color name
        green = { r = 0, g = 255, b = 0, alpha = 255 },  -- Green color when ammo is full
        yellow = { r = 255, g = 255, b = 0, alpha = 255 },  -- Yellow color when ammo is medium
        orange = { r = 255, g = 165, b = 0, alpha = 255 },  -- Orange color when ammo is low
        red = { r = 255, g = 0, b = 0, alpha = 255 }  -- Red color when ammo is critical
    },
    
    -- Additional Settings
    fonts = {0, 1, 2, 3, 4, 5, 6, 7, 8}  -- Available fonts
}

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 Damage"
Discord
"Granted Assets"
here
next tab