Ped::setGroupSeparationRange
Sets the range at which members will automatically leave the group.
Syntax
```js mp.game.ped.setGroupSeparationRange(groupHandle, separationRange); ```
Required Arguments
- groupHandle: int
- separationRange: float
Return value
- Undefined
Example
```js // todo ```