FuriaScripts Notify-System
🔔 FuriaScripts Notify System
What this resource is

🔔 FuriaScripts Notify System
FuriaScripts Notify System is an advanced notification, interaction and server-branding system built for professional FiveM roleplay servers using ESX Legacy.
Replace basic server notifications and interaction prompts with a modern, fully customizable system designed around the FuriaScripts visual identity.
Players can personalize their own notification and TextUI appearance, while server administrators can configure global branding, server logos, notification icons, interaction icons, default styles and other visual settings directly through the built-in Notify Studio.
The resource
a premium dark interface with customizable server branding, multiple notification styles, animated TextUI interactions and a complete live-preview system.
• 🔔 Advanced customizable notification system
• 🎮 Modern TextUI / interaction system
• 🎨 Multiple premium notification styles
This guide assumes a clean installation. If you run modified frameworks or dependency forks, validate the integration on staging before production.
Before you install
Prepare your server and make sure dependencies start in the correct order.
Step-by-step installation
Download the asset
Open Cfx.re Portal after purchase and download the latest resource version assigned to your account.
Extract the resource
Place the folder inside your resources directory. Keep the delivered folder name; “furiascripts_notify_system” below is only an example.
Install dependencies
Start every required library, inventory, target and database resource before the FuriaScripts resource.
Import SQL
If the package contains an .sql file, import it before the first start.
Configure
Open config.lua/config/*.lua and set framework, locale, permissions, integrations, items and webhooks for your server.
Add server.cfg
Add an ensure line after all required dependencies. Never start the main resource before its libraries.
Restart and test
Perform a full restart, review F8/server console and validate the main flow on a staging server.
ensure oxmysql
ensure furiascripts_notify_systemUse the actual folder name from the downloaded package instead of the example “furiascripts_notify_system”.
First configuration
Before production, review the entire config from top to bottom. Never paste an old config over a new release without comparing keys.
Config = Config or {}
Config.Framework = "esx"
Config.Locale = "en"
Config.Debug = falseSelect the adapter used by your server and never run two framework bridges at once.
Set language before testing so missing translations are obvious.
Enable debug only while diagnosing issues. Keep it disabled in production.
Load order & integrations
Most FiveM startup issues come from incorrect ensure order or an integration configured differently from the system actually running.
If a release ships with dependency names that differ from the example above, the delivered package always takes priority.
Common issues
01Resource does not start+
Check ensure order, missing dependencies and the first console error — not only the last one.
02UI does not open+
Check NUI/F8 errors, resource name, required ACE/permissions and whether the UI build is present.
03Missing data / SQL+
Verify the connection string, imported tables, table names and that oxmysql starts before the resource.
04Interactions missing+
Verify target/inventory integration and item names. Fully restart the resource after changes.
05Issue after an update+
Compare the new config with the old one. Do not overwrite a new config with an old file without migrating new keys.
If you still need help
Before opening a ticket, prepare the product name, version, framework, dependency list, first console error and reproduction steps. This makes diagnosis much faster.
