Vehicle::setJetEngineOn
VEHICLE::SET_VEHICLE_ENGINE_ON is not enough to start jet engines when not inside the vehicle. But with this native set to true it works: youtu.be/OK0ps2fDpxs i.imgur.com/7XA14pX.png Certain planes got jet engines.
Syntax
```js vehicle.setJetEngineOn(toggle); ```
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
```js // todo ```