Introduction

B2-SleekNotify

Welcome to the documentation for B2-SleekNotify, a modern notification system for FiveM featuring dual styles and multi-position support.

Overview

B2-SleekNotify provides a flexible and visually appealing way to display notifications in your FiveM server. With support for multiple styles, positions, and notification types, it can be adapted to suit any server's needs.

Key Features

  • Two Display Styles:

    • Minimal: Clean, simple notifications

    • Advanced: Rich notifications with titles

  • Multiple Positions:

    • 9 different screen positions

    • Customizable default positioning

  • Notification Types:

    • Success notifications

    • Error notifications

    • Info notifications

    • Warning notifications

  • Additional Features:

    • Sound effects

    • Modern blur effects

    • Smooth animations

    • Easy configuration

Quick Start

exports['b2-sleeknotify']:CreateNotification({
    type = 'success',
    message = 'Notification system ready!'
})

Visit our Getting Started guide to begin using B2-SleekNotify.

Last updated