Notify

Notifications, text prompts and a built-in checklist for multi-step jobs.

  • standalone
  • ox_core
  • QBCore
  • ESX

Version 1.0.0

FreeLifetime licence for one Cfx.re account
Documentation
  • Escrow protected — the source stays sealed on FiveM's servers
  • Delivered to your Cfx.re account, in Granted Assets
Description

Notifications, persistent UI, measured progress and text prompts sharing one visual system — so a server stops looking like five scripts stacked on top of each other.

Features
  • Transient and persistent cards
  • Panels, progress and checklists
  • TextUI prompts with keycaps
  • In-game editor with live preview
  • Four complete presets
Requirements

FiveM. No framework, npm install or build step is required.

Editable files

config.lua, web/theme.css and every locale stay outside the escrow and remain readable.

Measured stacks

Cards make room for their real height.

Every resolution

Defaults for 1280 through ultrawide.

Four foundations

Midnight, Carbon, Frost and Neon.

The actual product

One export. Every state it needs.

These are not mockups. Every example below uses the same markup and stylesheet the resource loads in game.

01

Transient

Short messages that leave on their own.

02

Active toast

Compact state that stays until you remove it.

03

Progress panel

Measured progress controlled by your script.

04

Checklist

A complete job state, not a row of popups.

Tune it while you look at it

The editor is part of the product.

Open it in game, adjust the interface live, then save one server-wide configuration.

  • Live visual preview
  • ACE-protected access
  • Persists through restarts
Explore the editor
client.luaONE CALL
-- Works from any client resource
exports['elvisuals_notify']:notify({
    type = 'success',
    title = 'Payment received',
    description = 'You earned $1,250.',
    duration = 6000,
})

Add it once, then stop thinking about it.

No framework to wire up, no build step, and nothing that breaks the next time you update something else.

Read the docs
NotifyFree