Skip to content

Commit f53b3f6

Browse files
Update VEHICLE/EnableIndividualPlanePropeller.md
Co-authored-by: Dillon Skaggs <dillskaggs@gmail.com>
1 parent 38cef55 commit f53b3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VEHICLE/EnableIndividualPlanePropeller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NativeDB Introduced: v3407
2020
2121
## Examples
2222
```lua
23-
RegisterCommand("start", function()
23+
CreateThread(function()
2424
local vehicle = GetVehiclePedIsIn(PlayerPedId(), false) -- The plane used in this example is the cuban800
2525
2626
DisableIndividualPlanePropeller(vehicle, 0)

0 commit comments

Comments
 (0)