Skip to content

Commit

Permalink
Merge pull request citizenfx#190 from PichotM/patch-15
Browse files Browse the repository at this point in the history
Add an example to SetNotificationMessage_3.md
  • Loading branch information
stannum-cfx authored Nov 25, 2019
2 parents d4a1a38 + 51eb70c commit 7a85402
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions HUD/EndTextCommandThefeedPostMessagetextEntry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
ns: HUD
aliases: ["0xC6F580E4C94926AC","_SET_NOTIFICATION_MESSAGE_3"]
aliases: ["0xC6F580E4C94926AC", "_SET_NOTIFICATION_MESSAGE_3"]
---
## _END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_ENTRY

Expand All @@ -9,12 +9,19 @@ aliases: ["0xC6F580E4C94926AC","_SET_NOTIFICATION_MESSAGE_3"]
int _END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_ENTRY(char* picTxd, char* picTxn, BOOL flash, int iconType, char* entryText, char* text);
```
Needs more research.
Only one type of usage in the scripts:
```
Needs more research.
Only one type of usage in the scripts:
UI::_C6F580E4C94926AC("CHAR_ACTING_UP", "CHAR_ACTING_UP", 0, 0, "DI_FEED_CHAR", a_0);
UI::_SET_NOTIFICATION_MESSAGE_3("CHAR_ACTING_UP", "CHAR_ACTING_UP", 0, 0, "DI_FEED_CHAR", a_0);
```
Example result:
![](https://i.imgur.com/UglK7Gq.png)
## Parameters
* **picTxd**:
* **picTxn**:
Expand Down

0 comments on commit 7a85402

Please sign in to comment.