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

Player::taskWanderStandard

Материал из RAGE MP Wiki Archive
Версия от 23:40, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Makes ped walk around the area.

set p1 to 10.0f and p2 to 10 if you want the ped to walk anywhere without a duration.

Syntax

<syntaxhighlight lang="javascript">player.taskWanderStandard(p1, p2);</syntaxhighlight>

Required Arguments

  • p1: float
  • p2: int

Return value

  • Undefined

Example

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

See also