Skip to main content

Vehicle::setStrong

If 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​