Jump to content
Sign in to follow this  
Ryujin

Breaking Glass

Recommended Posts

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

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

Thanks! I used attachto, so they do fire out.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×