STANDALONE 🔔 FourTwenty Notify - Modern, Configurable Notification System

FourTwentyDev

Registered
Joined
Oct 30, 2024
Messages
2
Credits
31
🔔 FourTwenty Notify - Modern, Configurable Notification System​


Features​
  • 💫 Smooth animations with progress bars
  • 🎨 Gradient-based styling for different notification types
  • 📍 Flexible positioning (9 different positions)
  • ⚙️ Highly configurable
  • 🚀 Optimized performance (0.00ms idle)
  • 🎯 Easy integration with exports

Types & Styling​
  • Success
  • Error
  • Info
  • Warning
  • Primary
  • Secondary

Each type features custom gradient colors and labels, fully configurable in config.lua.

Usage Examples​
Client-Side​
Code:
-- Basic usage
exports['fourtwenty_notify']:notify("Title", "Message", "info", 5000)

-- Test commands included
/testinfo
/testsuccess
/testwarning
/testerror

Server-Side​
Code:
-- Send to specific player
exports['fourtwenty_notify']:notify(source, "Title", "Message", "success", 7500)

Installation​
  1. Download from
    Please, Log in or Register to view URLs content!
  2. Add to resources folder
  3. Add ensure fourtwenty_notify to server.cfg
  4. Configure in config.lua

Configuration​
Code:
Config.Position = {
   x = "left",    -- Options: "left", "center", "right"
   y = "middle"   -- Options: "top", "middle", "bottom"
}

Config.Offset = {
   x = 20,
   y = 0
}

Technical Details​
FeatureDetails
Code is accessibleYes
Subscription-basedNo
Lines (approximately)350+
RequirementsNone
SupportYes

Links​

Tags​
Code:
notifications ui free opensource utility interface



Made with 💻 by FourTwenty
 
Back
Top Bottom