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

SetCheckpointScale

Материал из RAGE MP Wiki Archive

Sets a checkpoint scale

Syntax

<syntaxhighlight lang="C#" >void NAPI.Checkpoint.SetCheckpointScale(Checkpoint checkpoint, float scale);</syntaxhighlight>

Required Arguments

  • checkpoint: parameter input should be in Checkpoint type.
  • scale: parameter input should be in float type.