GTA V NativesvehicleVehicle::setStrongOn this pageVehicle::setStrongIf set to true, vehicle will not take crash damage, but is still susceptible to damage from bullets and explosives Syntax ```js vehicle.setStrong(toggle); ``` Required Arguments toggle: Boolean Return value Undefined Example ```js // todo ``` See also