EndTextCommandThefeedPostMessagetext — FiveM Natives
0x1CCD9A37359072CF · HUD · all
Sets some extra options for a notification. It adds an image (or icon type) and sets a notification title (sender) and subtitle (subject). Texture dictionary and texture name parameters are usually the same exact value. Example result:  Old description with list of possible icons and texture names: `` List of picNames: pastebin.com/XdpJVbHz flash is a bool for fading in. iconTypes: 1 : Chat Box 2 : Email 3 : Add Friend Request 4 : Nothing 5 : Nothing 6 : Nothing 7 : Right Jumping Arrow 8 : RP Icon 9 : $ Icon "sender" is the very top header. This can be any old string. "subject" is the header under the sender. ``
Parameters
| Name | Type | Description |
|---|---|---|
| textureDict | char* | The texture dictionary for the icon. |
| textureName | char* | The texture name for the icon. |
| flash | BOOL | Flash, doesn't seem to work no matter what. |
| iconType | int | The icon type, see the list in the description below. |
| sender | char* | The notification title. |
| subject | char* | The notification subtitle. |
Returns
int