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