SetVehicleFlag — RedM Natives
0x63AE1A34 · CFX · client
This native is a setter for GET_VEHICLE_HAS_FLAG.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to set flag for. |
| flagIndex | int | Flag index. |
| value | bool | `true` to enable the flag, `false` to disable it. |
Returns
bool