From 4c561e42fdd57da8106fe393cd841ab857e166d8 Mon Sep 17 00:00:00 2001 From: Zerio Date: Sun, 3 Sep 2023 17:08:13 +0200 Subject: [PATCH 1/2] Fix train cart variation --- VEHICLE/CreateMissionTrain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VEHICLE/CreateMissionTrain.md b/VEHICLE/CreateMissionTrain.md index 2a01273fa..58ec295d7 100644 --- a/VEHICLE/CreateMissionTrain.md +++ b/VEHICLE/CreateMissionTrain.md @@ -39,7 +39,7 @@ NativeDB Added Parameter 7: BOOL netMissionEntity ### Some train variations (default from trains.xml as of build 2372) * 17. Very long train and freight variation. * 18. Freight train only. -* 25. Double metro train (with both models flipped opposite to each other). This used to be `24` before the 2372 build. +* 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. From 386f964f9e57b427d77dcd923c2465d557ff43c4 Mon Sep 17 00:00:00 2001 From: Zerio Date: Sun, 3 Sep 2023 19:16:17 +0200 Subject: [PATCH 2/2] Fix some missed variant numbers --- VEHICLE/CreateMissionTrain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VEHICLE/CreateMissionTrain.md b/VEHICLE/CreateMissionTrain.md index 58ec295d7..1511818e3 100644 --- a/VEHICLE/CreateMissionTrain.md +++ b/VEHICLE/CreateMissionTrain.md @@ -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. @@ -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