Ryujin 0 Posted July 14, 2009 I'm trying to figure out how to start a bus with all the windows broken out, but without seriously damaging the bus. I'm working on a hostage rescue scenario, with hostage takers on a bus, however they will not fire through the glass on the bus, they only fire out once I've manually broken it with a rifle. This of course makes the terrorists sitting ducks in the bus, so I need a way to remove the glass, but I have no clue as how to do it. Share this post Link to post Share on other sites
kylania 568 Posted July 14, 2009 Well, the AI won't actually fire from within the bus. Once you shoot at them they'll disembark and start fighting, but here's how to start the bus with no windows: this setHit ["Glass1", 1]; this setHit ["Glass2", 1]; this setHit ["Glass3", 1]; this setHit ["Glass4", 1]; this setHit ["Glass5", 1]; this setHit ["Glass6", 1]; Share this post Link to post Share on other sites
Ryujin 0 Posted July 14, 2009 Thanks! I used attachto, so they do fire out. Share this post Link to post Share on other sites