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
Example
```js // todo ```
See also