Notification
Available
Client & Event for server
Syntax
Notification(message)
Parameters
Variable | Type |
---|---|
message | String |
Exemple
exports.ft_libs:Notification("Hello world")
TriggerEvent("ft_libs:Notification", "Hello world")
TriggerClientEvent("ft_libs:Notification", source, "Hello world")
In game result

Updated less than a minute ago