clydefrog 3 Posted May 19, 2015 Hi, I'm trying to use createVehicle inside a building on an object blocking a doorway, to simulate placing a breaching charge. My problem is when the explosion that createVehicle is spawning occurs, it happens outside the building. Is there any way around this? Thanks. Share this post Link to post Share on other sites
killzone_kid 1331 Posted May 19, 2015 Use setPos to place it exactly where you want it after creation. Share this post Link to post Share on other sites
Tankbuster 1746 Posted May 22, 2015 In the createvehicle command (assuming you're using the new, array version) you are probably using "NONE" in the special field. Try changing that to "CAN_COLLIDE". Share this post Link to post Share on other sites