Execute_SetStolenDriving
Description
Sets or clears the stolen driving flag on the target vehicle. When enabled, allows a non-owner character to drive the vehicle.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The target vehicle entity (Self or Target). |
| F1 | 1.0 to enable stolen driving, 0.0 to disable. |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Enable stolen driving on the target vehicle. | Target | SetStolenDriving | 1.0 |
| Disable stolen driving on the target vehicle. | Target | SetStolenDriving | 0.0 |