Class Notify
- Namespace
- FivemToolsLib.Client.NativeWrappers
- Assembly
- FivemToolsLib.Client.net.dll
Provides utility methods for sending notifications to the player.
public class Notify
- Inheritance
-
Notify
- Inherited Members
Methods
SendNotification(string)
Sends a basic on-screen notification to the player.
public static void SendNotification(string text)
Parameters
text
stringThe text to display in the notification.