Перейти к содержанию

SetVehicleBulletproofTyres

Материал из RAGE MP Wiki Archive
Версия от 15:10, 23 декабря 2022; imported>Xabi
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This function set the tires for a vehicle bulletproof. Or set them to a normal, not bulletproof state.


void NAPI.Vehicle.SetVehicleBulletproofTyres(Vehicle vehicle, bool bulletproof);

Parameters

  • vehicle: parameter input should be in Vehicle type
  • bulletproof: parameter input should be in bool type

Example

<syntaxhighlight lang="csharp"> NAPI.Vehicle.SetVehicleBulletproofTyres(vehicle, bulletproof); </syntaxhighlight>