How To Install
This is the guide for installing "Kyros Damage"
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 Discord.
Where To Download
After purchasing from our Official website, the asset will be available for download in your Keymaster panel "Granted Assets". For issues with FiveM Escrow, account access, or asset startup errors, check here for solutions.
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🎉
I know right its just drag and drop!!!! check out the next tab it will explain how to add your own weapons beside the kyros versions.
You have earned One Golden Star
Last updated