Skip to main content

Graphics::notify

This function sends a notification message to the player.

You can also use the colour codes seen here: [Fonts and colors](/fonts-and-colors)

Syntax

``` mp.game.graphics.notify(message) ```

Parameters

  • message:

Example

This example will send a notification 'Hello World' to the player with the word 'Hello' in green.

See More