Checkpoint::Checkpoint: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 18: Line 18:
</syntaxhighlight>
</syntaxhighlight>
</div>
</div>
==See Also==
{{Checkpoint_function}}

Revision as of 10:43, 8 October 2017

Creating new checkpoints

Parameters

  • type: Number
  • position: Vector3
  • direction: Vector3
  • radius: Number
  • red: Number
  • blue: Number
  • alpha: Number
  • visible: Boolean
  • dimension: Number

Syntax

Server-Side
mp.checkpoints.new(type, position, direction, radius, red, green, blue, alpha[, visible, dimension])

See Also