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()
See what others are saying about this script.
Share your experience and help others.