Перейти к содержанию

Ui::addBlipForCoord

Материал из RAGE MP Wiki Archive

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

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.addBlipForCoord(x, y, z);</syntaxhighlight>

Required Arguments

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

Return value

  • Blip handle

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also