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

Player::taskStandStill

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

Makes the specified ped stand still for (time) milliseconds.

Syntax

<syntaxhighlight lang="javascript">player.taskStandStill(time);</syntaxhighlight>

Required Arguments

  • time: int

Return value

  • Undefined

Example

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

See also