Skip to Content
NotifyInstallation

Installation

Download the granted asset

Checkout grants the asset to the Cfx.re account used during purchase. Download it from Cfx.re Portal → Granted Assets .

If the asset is missing, confirm that you opened the same Cfx.re account used at checkout.

Add the resource

Extract the download and place the elvisuals_notify folder inside your server’s resources directory.

Do not rename the folder. FiveM export calls use the resource name elvisuals_notify, and asset escrow also expects the original name.

Start it

Add the resource to server.cfg:

ensure elvisuals_notify

Place it before any resources that call its exports.

Grant editor access

The settings editor is protected by ACE permission by default:

add_ace group.admin command.evset allow

Change group.admin if your server uses a different administrator principal.

Verify the install

Restart the server or run these commands from the server console:

refresh ensure elvisuals_notify

Join the server and run /evset. The editor should open with live preview notifications.

Requirements

The resource has no framework or library dependencies. It works with a standalone server, ox_core, QBCore, or ESX and does not require npm or a build step.

Next steps

  • Use the API from scripts you control.
  • Configure appearance and placement with the settings editor.
  • Redirect notifications from frameworks and third-party scripts with Integrations.