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

Ped::setPedDensityMultiplierThisFrame

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


� Usage

> Use this native inside a looped function.
> Values:
> 0.0 = no peds on streets
> 1.0 = normal peds on streets

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.setPedDensityMultiplierThisFrame(multiplier);</syntaxhighlight>

Required Arguments

  • multiplier: float

Return value

  • Undefined

Example

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

See also