Skip to main content

Ui::addBlipForCoord

Creates an orange ( default ) blip. Returns a blip handle which can then be modified using natives.

Syntax

```js mp.game.ui.addBlipForCoord(x, y, z); ```

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • Blip handle

Example

```js // todo ```

See also