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

Ped::setGroupSeparationRange

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

Sets the range at which members will automatically leave the group.

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.setGroupSeparationRange(groupHandle, separationRange);</syntaxhighlight>

Required Arguments

  • groupHandle: int
  • separationRange: float

Return value

  • Undefined

Example

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

See also