REVEL DOCS
CtrlK
  • Revel Scripts Documentation
  • SCRIPTS
    • REVEL STORE
      • Config Server
      • Config
    • REVEL NOTIFY
      • Exports
    • REVEL RADAR
      • Config
      • Config Server
      • Config Client
    • REVEL PETS
      • Config
      • Config Server
      • Config Client
    • REVEL HUD
      • Config
      • Config Client
  • REVEL INTERACT
    • Config
    • Exports
  • REVEL DELIVERY'S
    • Config
    • Config Client
    • Config Server
  • REVEL WATERLEAK
    • Config
    • Config Client
    • Config Server
  • REVEL VEHICLESHOP
    • Config
    • Config Client
    • Config Server
Powered by GitBook
On this page
  1. SCRIPTS
  2. REVEL NOTIFY

Exports

Client Side

exports["rvl_notify"]:DoNotify("inform","Hello World :D")

Server Side

TriggerClientEvent("rvl_notify:DoNotify", source, "success", "Hello World :D")

PreviousREVEL NOTIFYNextREVEL RADAR

Last updated 1 year ago