HomeGuides
GithubWeb site

Notification

📘

Available

Client & Event for server

Syntax

Notification(message)

Parameters

VariableType
messageString

Exemple

exports.ft_libs:Notification("Hello world")
TriggerEvent("ft_libs:Notification", "Hello world")
TriggerClientEvent("ft_libs:Notification", source, "Hello world")

In game result

282