ScriptHook.ShowNotification

From Nomad DB

This shows an in-game notification.

Syntax

ScriptHook.ShowNotification(text[, duration])
  • text (String): Text to display
  • Optional: duration (number) Duration in seconds how long the Notification is visible (Default: 5 seconds)

Related Pages