SET_VEHICLE_ENGINE_ON
Starts or stops the engine on the specified vehicle. vehicle: The vehicle to start or stop the engine on. value: true to turn the vehicle on; false to turn it off. instantly: if true, the vehicle will be set to the state immediately; otherwise, the current driver will physically turn on or off the engine.
VEHICLEBuild 1207
Signature
lua
SetVehicleEngineOn(GetVehiclePedIsIn(PlayerPedId(), false), true, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Vehicle | — | |
| BOOL | — | |
| BOOL | — |
Usage
lua
SetVehicleEngineOn(GetVehiclePedIsIn(PlayerPedId(), false), true, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
