Crowe Notification v2

Crowe Notification v2

$12.99

Add to Basket

Bring your world to life with smart, stylish, and immersive notifications.
Crowe Notification v2 is a full design remake of our proven notification system for RedM. We reused the stable core logic and redesigned the presentation, flow, and controls for a cleaner, faster, and more modern experience across all servers.

πŸ–ΌοΈ Showcase

πŸ“Έ Show your community what Crowe Notification v2 looks like in action!

1130fe881f17b3b2189034422a075b5f7345fbb8.png


✨ Key Features

πŸ›ŽοΈ Smart Notification Stacking

  • Multiple notifications display simultaneously with smooth animation, ordered by priority (info, social, job, emergency).

🎨 v2 Design Remake

  • Core system reused and optimized, with a redesigned visual layout and interaction behavior for a premium modern look.

πŸ“ Multi-Position Support

  • Display notifications at top-right, top-left, bottom-right, bottom-left, or center.

🧠 Auto Priority Detection

  • Messages can auto-detect urgency based on configurable keywords, with manual priority override available.

πŸ”Š Sounds & Animations

  • Custom sounds and animation styles (fade, shake, pulse, slide) for richer in-game feedback.

🏷️ Grouping + Instant Clear

  • Group related notifications to avoid spam and instantly clear by all, group, type, or id.

🧩 API & Event Integration

  • Simple exports and events for seamless use in Crowe scripts and third-party resources.

⚑ Performance Optimized

  • Lightweight NUI usage with efficient cleanup and stable performance during heavy gameplay moments.

βš™οΈ Fully Configurable

  • Control colors, sounds, duration, position, templates, priority keywords, and behavior from config.lua.

🧠 Notification Types & Priority

  • info – basic tips and informational messages
  • success – positive confirmations
  • warning – caution alerts
  • error – high-priority failure alerts
  • job – mission/task updates
  • social – player messages and invites
  • emergency – highest urgency notifications

🧰 Sample Usage

exports['crowe_notification']:NotifyInfo('Tip', 'Press E to interact')
exports['crowe_notification']:Notify({
  type = "success",
  title = "Welcome!",
  message = "You've joined the server.",
  priority = 2,
  duration = 5,
  animation = "fade-in-up",
  sound = "typewriter.ogg",
  persistent = false
})

🧩 API & Events

Exports:

  • Notify(data) – General notification with full options
  • NotifyEmergency(title, message, options)
  • NotifyJob(title, message, options)
  • NotifySocial(title, message, options)
  • NotifyInfo(title, message, options)
  • NotifyGroup(groupId, title, message, options)
  • ClearNotifications(options)
  • addNotification(message, type, duration) (legacy/simple)

Client Events:

  • TriggerEvent('Crowe:Notify', {...})
  • TriggerEvent('Crowe:NotifySimple', message, type, duration)

Server Events:

  • TriggerClientEvent('Crowe:NotifyEmergency', playerId, 'WANTED', 'You are now wanted!')
  • TriggerClientEvent('Crowe:NotifyJob', playerId, 'Sheriff', 'Report to the station')
  • TriggerClientEvent('Crowe:NotifyGroup', playerId, 'bank_heist', 'Bank Robbery', 'Vault breached!')
  • TriggerClientEvent('Crowe:ClearNotifications', playerId, { clearAll = true })

🧰 Dependencies

  • Required: None (standalone)
  • Optional: Crowe scripts for advanced integration and shared UX flow

βš™οΈ Installation

  1. Place crowe_notification in your server's /resources directory
  2. Add ensure crowe_notification to your server.cfg
  3. Configure config.lua to your preferences
  4. Restart your server/resource

πŸ“¦ What You Will Receive

  • βœ… Fully optimized crowe_notification RedM script (Keymaster escrow encrypted)
  • 🧩 Editable config.lua for easy customization
  • πŸ“˜ Full installation + usage guide
  • πŸ“€ Automatic delivery via Keymaster (Tebex orders)

πŸ”‘ License

This script is licensed for personal use only.
Redistribution, resale, or use on unlicensed servers is strictly prohibited.

  • Escrow-protected via Cfx.re Keymaster
  • Licensed for use on one (1) server key

πŸ™‹ Support

Need help?

  • πŸ“– Review the README for configuration guidance and usage examples
  • πŸ§‘β€πŸ’» Join our Discord Server for support and community

🐦 Crowe Scripts – Code for the Wild Frontier.