Ped::createSynchronizedScene

From RAGE Multiplayer Wiki
Revision as of 21:29, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

roll and pitch 0
yaw to Ped.rotation

Syntax

mp.game.ped.createSynchronizedScene(x, y, z, roll, pitch, yaw, p6);

Required Arguments

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

Return value

  • int

Example

// todo

See also