Code After Sex
  • Introduction
  • Store
  • Discord
  • About PAID Scripts
    • 🆙PLEASE READ!
    • 📄RedM Script Documentation
      • Metabolism System
      • Animation Menu
      • Pausemenu Remake
        • Installation
        • Editable Files
        • Dependencies
      • New Player & Anti troll
      • Store & Shops
      • Tebex & VIP Shop
      • Multicharacter (Vorp)
      • Inventory
      • Wholesaler
      • Spawn System
      • Pause Menu
      • Dailygift
      • Loading Screen
      • Multicharacter (RSG, MBL)
      • CAS-Adminmenu V2
      • CAS-Multicharacter
      • RSG Multicharacter V2
      • CAS-Notification
      • Progressbar
      • Radial Menu
      • VORP Multicharacter (Tebex Integrated)
      • Vote Script
    • 📄FiveM Script Documentation
      • CAS-Dispatch
  • About FREE Scripts
    • FiveM Script Documentation
  • About CFX Auth System
    • CFX auth system
Powered by GitBook
On this page
  1. About PAID Scripts
  2. RedM Script Documentation

CAS-Notification

EXPORTS

exports['cas-notification']:addNotification(message, type, duration)

Events

RegisterServerEvent("notification:test")
AddEventHandler("notification:test", function(message, type, duration)
    local src = source
    TriggerClientEvent("cas-notification:addNotification", message, type, duration)
end)

TYPES

  • success

  • error

  • info

Duration

Time the message remains on the screen (in milliseconds)

PreviousRSG Multicharacter V2NextProgressbar

Last updated 3 months ago

📄