TextNotification
Available
Client & Event for server
Syntax
TextNotification(settings)
Parameters
| Variable | Type |
|---|---|
| settings | Array |
Settings parameters
| Variable | Type | Default |
|---|---|---|
| text | String | Text |
| time | Number | 1000 (1 second) |
Exemple
exports.ft_libs:TextNotification({ text = "Hello world !", time = 5000 })
TriggerClientEvent("ft_libs:TextNotification", source, { text = "text", time = 5000 })
TriggerClientEvent("ft_libs:TextNotification", source, { text = "text", time = 5000 })
In game result

Updated less than a minute ago
