FURIA DROPPROMO CODE ON DISCORD!

The promo code is valid for a single use—first come, first served.

EXPLORE SCRIPTS
FURIASCRIPTS
All scriptsFURIA DOCS / FuriaScripts Notify-System
Scripts

FuriaScripts Notify-System

🔔 FuriaScripts Notify System

FRAMEWORKESX LegacyVERSIONLatestRESOURCEfuriascripts_notify_systemSTATUS● LIVE
ESX
01
OVERVIEW

What this resource is

FuriaScripts Notify-System
TEBEX PRODUCT PREVIEWFuriaScripts Notify-SystemScripts
ABOUT THE RESOURCE

🔔 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

FURIA STANDARD

This guide assumes a clean installation. If you run modified frameworks or dependency forks, validate the integration on staging before production.

02
REQUIREMENTS

Before you install

Prepare your server and make sure dependencies start in the correct order.

Current FiveM server artifact
ESX Legacy
oxmysql / SQL
Asset entitlement on the Cfx.re account used for the purchase
03
INSTALLATION

Step-by-step installation

01

Download the asset

Open Cfx.re Portal after purchase and download the latest resource version assigned to your account.

02

Extract the resource

Place the folder inside your resources directory. Keep the delivered folder name; “furiascripts_notify_system” below is only an example.

03

Install dependencies

Start every required library, inventory, target and database resource before the FuriaScripts resource.

04

Import SQL

If the package contains an .sql file, import it before the first start.

05

Configure

Open config.lua/config/*.lua and set framework, locale, permissions, integrations, items and webhooks for your server.

06

Add server.cfg

Add an ensure line after all required dependencies. Never start the main resource before its libraries.

07

Restart and test

Perform a full restart, review F8/server console and validate the main flow on a staging server.

server.cfg
ensure oxmysql
ensure furiascripts_notify_system

Use the actual folder name from the downloaded package instead of the example “furiascripts_notify_system”.

04
CONFIGURATION

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.lua · example
Config = Config or {}

Config.Framework = "esx"
Config.Locale = "en"
Config.Debug = false
01Framework

Select the adapter used by your server and never run two framework bridges at once.

02Locale

Set language before testing so missing translations are obvious.

03Debug

Enable debug only while diagnosing issues. Keep it disabled in production.

05
INTEGRATIONS

Load order & integrations

Most FiveM startup issues come from incorrect ensure order or an integration configured differently from the system actually running.

ESX Legacyoxmysql / SQLFIVEM
!
Do not rename dependencies blindly

If a release ships with dependency names that differ from the example above, the delivered package always takes priority.

06
TROUBLESHOOTING

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.

07
SUPPORT

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.