AdvancedNotification
Available
Client & Event for server
Syntax
AdvancedNotification(settings)
Parameters
Variable | Type |
---|---|
settings | Array |
Settings parameters
Variable | Type | Default |
---|---|---|
icon | String | CHAR_DEFAULT |
type | Number | 1 |
text | Number | |
title | String | |
subTitle | String |
type list : https://runtime.fivem.net/doc/reference.html#_0x1CCD9A37359072CF
icon list : http://gtaforums.com/topic/821783-v-pc-notification-pictures/
Exemple
exports.ft_libs:AdvancedNotification({ text = "text", title = "title", subTitle = "subTitle" })
TriggerEvent("ft_libs:AdvancedNotification", { text = "text", title = "title", subTitle = "subTitle" })
TriggerClientEvent("ft_libs:AdvancedNotification", source, { text = "text", title = "title", subTitle = "subTitle" })
In game result

Updated less than a minute ago