![[PAID] Skillbar Minigame - Ron Scripts main image](https://forum-cfx-re.akamaized.net/optimized/4X/b/e/0/be0fdf44aa1f8e3c8f55671dd1652958f6c7d01b_2_690x388.jpeg)
Price
UnknownA script by marquesjx
Price
UnknownStandalone skillbar minigame.
Very easy to install (just drag and drop).
Simple exports. (Examples down below).
● Available to all frameworks
Config = {}
Config.CustomLevels = {
["level-name"] = {
duration = 4000, -- Skillbar duration (ms)
width = 1.5 -- Skillbar width (2 >= value > 0)
}
}
Config.Key = 38 -- Default its E (https://docs.fivem.net/docs/game-references/controls/)
--[[
Exports:
]]
local success = exports["rn-skillbar"]:CreateSkillbar(amount,{
duration=5000 --[[ ms ]],
width=1.5 --[[ 2 >= value > 0]]
}
-- With a premade level (Set it in the config file):
local success = exports["rn-skillbar"]:CreateSkillbar(amount,"level-name")
exports["rn-skillbar"]:hideSkillbar()
No approved reviews found for this script yet.