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

Ped::createGroup

Материал из RAGE MP Wiki Archive
Версия от 21:29, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

<syntaxhighlight lang="javascript">mp.game.ped.createGroup(unused);</syntaxhighlight>

Required Arguments

  • unused: int

Return value

  • int

Example

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

See also