Skip to content

Commit

Permalink
Fix some missed variant numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3rio committed Sep 3, 2023
1 parent 4c561e4 commit 386f964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VEHICLE/CreateMissionTrain.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ NativeDB Added Parameter 7: BOOL netMissionEntity
* 26. Double metro train (with both models flipped opposite to each other). This used to be `25` before the 2802 build, it also used to be `24` before the 2372 build.
## Parameters
* **variation**: The variation id, these can range from 0 to 25 as of build 2372.
* **variation**: The variation id, these can range from 0 to 26 as of build 2802 (previously `0-25` in build 2372 and `0-24` before that).
* **x**: Spawn coordinate X component.
* **y**: Spawn coordinate Y component.
* **z**: Spawn coordinate Z component.
Expand Down Expand Up @@ -80,7 +80,7 @@ RegisterCommand("createtrain", function(source, args, rawCommand)
if #args < 1 then
TriggerEvent('chat:addMessage', {
args = {
'Error, provide a variation id, you can find those in trains.xml. Variations range from 0 to 25.'
'Error, provide a variation id, you can find those in trains.xml. Variations range from 0 to 26.'
}
})
return
Expand Down

0 comments on commit 386f964

Please sign in to comment.