Ejemplo n.º 1
0
 /// <summary>
 /// Create a windows tray notification
 /// </summary>
 public static void CreateTrayNotification(string text, TrayIconType trayIcon = 0, bool useSound = true)
 {
     MtaClient.CreateTrayNotification(text, trayIcon.ToString().ToLower(), useSound);
 }