SetVehicleBulletproofTyres
This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state.
- vehicle: parameter input should be in Vehicle type
- bulletproof: parameter input should be in bool type
{{#tag:syntaxhighlight| Vehicle.SetVehicleBulletproofTyres(vehicle, bulletproof); |lang=csharp}} }}