[PAID] Skillbar Minigame - Ron Scripts

A script by marquesjx

No reviews yet.
[PAID] Skillbar Minigame - Ron Scripts main image

Full Description

Description

Standalone skillbar minigame.
Very easy to install (just drag and drop).
Simple exports. (Examples down below).

No obfuscation!
Without IP Lock!
Full source code!


Frameworks

● Available to all frameworks

Exports and Config
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()

Check Out Our Other Scripts