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

Ped::createSynchronizedScene

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

p6 always 2 (but it doesnt seem to matter...)

roll and pitch 0
yaw to Ped.rotation

Syntax

<syntaxhighlight lang="javascript">mp.game.ped.createSynchronizedScene(x, y, z, roll, pitch, yaw, p6);</syntaxhighlight>

Required Arguments

  • x: float
  • y: float
  • z: float
  • roll: float
  • pitch: float
  • yaw: float
  • p6: int

Return value

  • int

Example

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

See also