archer_notifications

archer_notifications

This item is free.

Add to Basket

# Archer Notifications

A custom notification system for RedM / VORP with a clean western-style design built to fit naturally into the Red Dead world.

`archer_notifications` gives your server a polished way to display messages without relying on default-looking alerts.

## Features

- Custom western-themed notification UI

- Clean and immersive RedM styling

- Lightweight and easy to use

- Works with VORP

- Configurable notification position

- Smooth on-screen alerts for scripts and systems

- Built to look good with custom server frameworks and premium resources

## Exports / Usage

- Client export: `exports.archer_notifications:Notify(message, duration, category)`

- Server export: `exports.archer_notifications:NotifyPlayer(target, message, duration, category)`

## Example

```lua

exports.archer_notifications:Notify('Coupon redeemed successfully.', 4500, 'default')

exports.archer_notifications:NotifyPlayer(source, 'Starter reward available', 4500, 'default')

  • Resource must remain named: archer_notifications