Skip to content

Commit

Permalink
Update CreateCheckpoint to include link to docs (citizenfx#422)
Browse files Browse the repository at this point in the history
Kept the old order for people using prior to 2189 build and added a link to the new ones on the FiveM docs.
  • Loading branch information
92-Smallo authored Feb 24, 2021
1 parent e5c95d1 commit f07eec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GRAPHICS/CreateCheckpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Parameters:
* radius - The radius of the checkpoint.
* color - The color of the checkpoint.
* reserved - Special parameter, see below for details. Usually set to 0 in the scripts.
Checkpoint types:
Checkpoint types (prior to game build 2189):
0-4---------Cylinder: 1 arrow, 2 arrow, 3 arrows, CycleArrow, Checker
5-9---------Cylinder: 1 arrow, 2 arrow, 3 arrows, CycleArrow, Checker
10-14-------Ring: 1 arrow, 2 arrow, 3 arrows, CycleArrow, Checker
Expand All @@ -45,6 +45,8 @@ If using type 42-44, reserved sets number / number and shape to display
180-189----------------Sphere (0-9)
```
[Checkpoint Types](https://docs.fivem.net/docs/game-references/checkpoints/) as of game build 2189
## Parameters
* **type**:
* **posX1**:
Expand Down

0 comments on commit f07eec4

Please sign in to comment.