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

Ped::setGroupFormation

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

0: Default
1: Circle Around Leader
2: Alternative Circle Around Leader
3: Line, with Leader at center

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.setGroupFormation(groupId, formationType);</syntaxhighlight>

Required Arguments

  • groupId: int
  • formationType: int

Return value

  • Undefined

Example

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

See also