Skip to content

Commit

Permalink
Update VEHICLE/EnableIndividualPlanePropeller.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
  • Loading branch information
spacevx and AvarianKnight authored Jan 22, 2025
1 parent abdbe44 commit 38cef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VEHICLE/EnableIndividualPlanePropeller.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ RegisterCommand("start", function()
-- We are disabling both propellers so we can start a specific one (since both are automatically started when entering the plane)
Wait(5000) -- We are waiting 5 seconds
EnableIndividualPlanePropeller(vehicle, 1) -- Starting the second propeller (since the index starts at 0)
end, false)
end)
```

0 comments on commit 38cef55

Please sign in to comment.