From f53b3f6b49e09fdb4128a1f0d5c33a9e4f2e979b Mon Sep 17 00:00:00 2001 From: Space V <40030799+spacevx@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:45:41 +0100 Subject: [PATCH] Update VEHICLE/EnableIndividualPlanePropeller.md Co-authored-by: Dillon Skaggs --- VEHICLE/EnableIndividualPlanePropeller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VEHICLE/EnableIndividualPlanePropeller.md b/VEHICLE/EnableIndividualPlanePropeller.md index 81a419c5d..7049496e7 100644 --- a/VEHICLE/EnableIndividualPlanePropeller.md +++ b/VEHICLE/EnableIndividualPlanePropeller.md @@ -20,7 +20,7 @@ NativeDB Introduced: v3407 ## Examples ```lua -RegisterCommand("start", function() +CreateThread(function() local vehicle = GetVehiclePedIsIn(PlayerPedId(), false) -- The plane used in this example is the cuban800 DisableIndividualPlanePropeller(vehicle, 0)