Table of Contents

Enum CheckpointType

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains all race checkpoint types.

public enum CheckpointType

Fields

Air = 3

Air race checkpoint. (normal red circle in the air)

AirFinish = 4

Finish air race checkpoint. (Finish flag in red circle in the air)

Finish = 1

Finish race checkpoint. (Finish flag in red cylinder)

Four = 8

Checkpoint four.

None = 9

No checkpoint.

Normal = 0

Normal race checkpoint. (Normal red cylinder)

Nothing = 2

No checkpoint.

One = 5

Checkpoint one.

Three = 7

Checkpoint three.

Two = 6

Checkpoint two.

Remarks