π srv-notify β Notification & Announcement System
A clean, fast and fully customizable notification system for your server. It is framework-independent β works on QBCore, ESX or standalone alike. Your other resources can fire beautiful notifications with a single-line export.
β¨ Highlights
- π 5 notification types β success, error, warning, info and announcement, each with its own color
- ποΈ Per-player settings menu β players choose position, duration and colors themselves (
/bildirimayar) - π 9 positions β top / middle / bottom Γ left / center / right
- π’ Announcement command β
/duyuruyapbroadcasts to the whole server, locked behind ACE permission - π§© Easy export API β one line on both server and client side
- π 6 languages β English, Turkish, German, French, Spanish, Italian
- π‘οΈ Secure β notify events are not net-registered, so cheat clients cannot trigger them
- β‘ Ultra lightweight β near-zero resource usage, no dependencies
βοΈ Requirements
- FiveM server (fx_version
cerulean) - No framework required (standalone)
π§© Usage
Server side:
exports['srv-notify']:Notify(source, 'Title', 'Message', 'success')
exports['srv-notify']:Announce('Server restarting in 5 minutes!', 'announcement')Client side:
exports['srv-notify']:Notify('Title', 'Message', 'warning')π What's Open
config.luaandlocales/locales.luaare escrow-exempt β freely edit the language, colors, command names and default look.
π Installation & Documentation
Step-by-step setup and every option: https://sorvia.net/dokumanlar/srv-notify
π¬ Support
Stuck during setup or have a suggestion? Reach us on our Discord support server.
