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

Ped::getNumParentPedsOfType

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

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

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.getNumParentPedsOfType(type);</syntaxhighlight>

Required Arguments

  • type: int

Return value

  • int

Example

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

See also