ShowNotification
Draw a notification in the bottom-left
| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
Source | number | - | The id to which the notification must be sent | |
Message | string | - | The message to show |
Dont need to be called every frame
Example
ShowNotification(source, "Example")
Tip
Supported Color Syntax
| Syntax | Color |
|---|---|
| ~r~ | Red |
| ~b~ | Blue |
| ~g~ | Green |
| ~y~ | Yellow |
| ~p~ | Purple |
| ~o~ | Orange |
| ~c~ | Grey |
| ~m~ | Dark Grey |
| ~u~ | Black |
| ~n~ | New Line |
| ~s~ | White (default) |
| ~w~ | White |
| ~h~ | Bold |
| ∑ | Rockstar Icon |
| ¦ | Rockstar Verified Icon |
ShowNotification("∑÷¦~r~ r ~b~ b ~g~ g ~y~ y ~p~ p ~c~ gr ~m~ d gr ~u~ bl ~o~ or ~s~ re ~n~ nl ~h~ Bold") | ![]() |
