Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans authored Aug 26, 2018
1 parent f6dd2f1 commit e6be70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/spawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function CreatePlane(x, y, z, heading, destination)
AirPlane = CreateVehicle(modelHash, x, y, z-1.0, heading, true, false)
SetVehicleOnGroundProperly(AirPlane)
SetVehicleEngineOn(AirPlane, true, true, true)
SetEntityProofs(PlayerPedId(), true, true, true, true, true, true, true, false)
SetEntityProofs(AirPlane, true, true, true, true, true, true, true, false)
SetVehicleHasBeenOwnedByPlayer(AirPlane, true)

pilot = CreatePedInsideVehicle(AirPlane, 6, pilotModel, -1, true, false)
Expand Down

0 comments on commit e6be70f

Please sign in to comment.