Skip to main content

Vehicle::setTimedExplosion

                                               VEHICLE::SET_VEHICLE_TIMED_EXPLOSION(v_3, PLAYER::GET_PLAYER_PED(v_5), 1);

Syntax

```js vehicle.setTimedExplosion(ped, toggle); ```

Required Arguments

  • ped: Ped handle or object
  • toggle: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also