Page MenuHomeFeedback Tracker

Virtual Garage - Can't remove vehicle
New, WishlistPublic

Description

If you once selected a vehicle from the virtual garage, it is not possible to remove it. That causes problems, if you use the virtual arsenal in a mission (trigger script), because airplanes and choppers can get stucked in or outside buildings and you can't move and remove them.

Details

Legacy ID
1669428266
Severity
None
Resolution
Open
Reproducibility
Always
Category
Virtual Arsenal
Steps To Reproduce
  1. open the editor
  2. create a random object (f.e. ammo box) and add following script to the initialization:

this addaction ["Open Virtual Arsenal", {["Open",true] spawn BIS_fnc_arsenal}]

  1. preview the mission and walk to the ammo box -> select "Open Virtual Arsenal"
  2. open the garage and choose a vehicle
  3. if you have bad luck, the vehicle spawns too close or in a building

Event Timeline

Koala edited Steps To Reproduce. (Show Details)Mar 10 2015, 7:20 PM
Koala set Category to Virtual Arsenal.
Koala set Reproducibility to Always.
Koala set Severity to None.
Koala set Resolution to Open.
Koala set Legacy ID to 1669428266.May 8 2016, 11:38 AM

Confirmed, would appreciate a params toggle to delete vehicle spawned when the garage is open. Currently, only way to remove the vehicle is by another script, ex. to run a local script (if in mp) to detect a vehicle at the spawn point and delete it. Messy and expensive.