Skip to main content

Ped::getNumParentPedsOfType

Type equals 0 for male non-dlc, 1 for female non-dlc, 2 for male dlc, and 3 for female dlc.

Syntax​

```js mp.game.ped.getNumParentPedsOfType(type); ```

Required Arguments​

  • type: int

Return value​

  • int

Example​

```js // todo ```

See also​