[PAID][ESX][QB] NOTIFY SCRIPT ✅| (NOTIFY, PROGRESS BAR, TEXTUI)

Introducing Advanced UI System - A comprehensive and customizable UI solution featuring notifications, text UI, and progress bars with unique animations and multiple style variations, fully optimized for any framework!

Preview:

PREVIEW VIDEO

UI Components:

Notification System
  • 4 notification types (success, error, warning, info)
  • Smooth slide-in animations with bounce effects
  • Customizable positions (left, right)
  • Auto-dismiss with configurable duration
  • Queue system for multiple notifications
  • Responsive design that adapts to screen size
Text UI System
  • 5 unique style variations
  • Animated key display with pulse effect
  • Customizable positions (left, right)
  • Dynamic color themes
  • Smooth fade in/out transitions
  • Support for custom keys and descriptions
Progress Bar System
  • Smooth animated progress with easing
  • Cancel functionality with custom keys
  • Dynamic color transitions
  • Percentage display
  • Customizable titles and durations
  • Success/cancel callbacks
Integration Features
  • Easy framework integration (ESX/QB/Custom)
  • Export functions for easy implementation
  • Event-based system
  • Extensive documentation with examples
  • Ready-to-use command showcase

Features:

  • Modern, clean UI design inspired by popular servers
  • Fully responsive and optimized
  • No external UI framework dependencies
  • Smooth animations and transitions
  • Multiple style variations for each component
  • Export functions for easy integration
  • Secured client-server communication
  • Extensive documentation and examples

Dependencies:

  • No requirements, fully standalone
  • Compatible with any framework (ESX/QB/Custom)
  • Works with any resolution (responsive design)

Configuration Example:

-- Notifications
    exports['drc_notify']:DRC_Notify({
        type = 'success',
        title = 'Everything set!',
        description = 'All optional params used.',
        position = 'left',
        duration = 8000
    })

-- Text UI
    exports['drc_notify']:DRC_ShowTextUI({
        title = 'Open Door',
        description = 'Press the shown key',
        displayKey = 'E',              -- what key you display (visual)
        variation = 2,                 -- your NUI style index 4 max variations
        position = 'left',             -- left/right/...
        textColor = '#00FF88'          -- hex color
    })

-- Hide Text UI
    exports['drc_notify']:DRC_HideTextUI()

-- Progress Bar
    local done = exports['drc_notify']:DRC_Progress(7000, {
        title = 'Hacking...',
        color = '#FF0000',             -- bar color (hex)
        cancelKey = 'ENTER',           -- key to cancel
        canCancel = false              -- user cannot cancel
    })
    print(done and 'Finished' or 'Cancelled')

Tebex:

Price: 10€ + tax (ONE TIME)

Purchase here: LINK

Other releases:

Feature Details
Code accessible No
Subscription-based No
Lines (approximately) 3500+
Requirements None (fully standalone)
Support Yes
2 Likes