Ped::setGroupFormation
0: Default 1: Circle Around Leader 2: Alternative Circle Around Leader 3: Line, with Leader at center
Syntax
```js mp.game.ped.setGroupFormation(groupId, formationType); ```
Required Arguments
- groupId: int
- formationType: int
Return value
- Undefined
Example
```js // todo ```