UIForge Progressbar – Modern HUD Element
Upgrade your server’s user interface with UIForge Progressbar – a sleek, modern progress bar solution perfect for actions, crafting, missions, and any timed activity requiring visual feedback.
What It Does
UIForge Progressbar provides a clean, customizable progress indicator that displays during player actions like lockpicking, crafting, eating, repairing, or any scripted activity. The modern design enhances user experience with clear, intuitive visual feedback.
Key Features
- Modern Design – Sleek, contemporary aesthetic fitting any server theme
- Fully Customizable – Colors, sizes, styles, positions adjustable
- Smooth Animations – Fluid progress transitions
- Icon Support – Add icons representing actions
- Text Labels – Display action names (“Lockpicking…”, “Crafting…”)
- Cancellation Detection – Handles interrupted actions
- Multi-Framework – Works with any framework or script
- Performance Optimized – Lightweight UI element
Perfect For
- Replacing outdated default progress bars
- Servers wanting cohesive, modern UI design
- Crafting and cooking systems
- Lockpicking and criminal activities
- Job-specific timed actions
- Any script requiring progress feedback
Installation
- Download UIForge Progressbar
- Extract to
resources/[ui] folder
- Configure appearance in
config.lua
- Add
ensure uiforge-progressbar to server.cfg
- Update other scripts to use UIForge exports
- Restart server
Integration
Replace existing progress bars in scripts:
-- Example export usage
exports['uiforge-progressbar']:Progress({
label = "Lockpicking",
duration = 5000,
useWhileDead = false,
canCancel = true,
controlDisables = {
disableMovement = true,
disableCarMovement = true,
disableMouse = false,
disableCombat = true,
}
})
Customization
- Colors: Primary, background, text colors
- Position: Top, center, bottom screen placement
- Size: Width, height, border radius
- Animations: Fade, slide, pulse effects
- Icons: FontAwesome integration
Framework: Universal (ESX, QBCore, QBOX, Standalone)
Performance: 0.00-0.01ms
License: Free