SendNotificationToAll

From RAGE Multiplayer Wiki

Creates and sends a Notification to all the players in the server.


C# Syntax

bool NAPI.Notification.SendNotificationToAll(string message, bool flashing = false);

Parameters

  • message: The message of the Notification to send.
  • flashing: Whether the Notification will be flashing or not, defaults to false.


Example

// Code here...