Skip to main content

Ped::createGroup

Creates a new ped group. Groups can contain up to 8 peds.

The parameter is unused.

Returns a handle to the created group, or 0 if a group couldn't be created.

Syntax​

```js mp.game.ped.createGroup(unused); ```

Required Arguments​

  • unused: int

Return value​

  • int

Example​

```js // todo ```

See also​