yoannis1995 10 Posted March 14, 2013 Hi everyone ! In my mission, I want 2 speedboats to come and extract the player and his team so I did that but the problem is that each time, the boats go to far on the beach and get stuck... So I tried to limit their speed and make them stop a bit further in the sea but every time I order my team to get in the boats, they come on the beach... :( What can I do to fix that ? Share this post Link to post Share on other sites
f2k sel 164 Posted March 14, 2013 Another bug but BIS will probably call it a feature that's been around for a while I'm afraid, it does the same thing with chopper. You get them to land and wait and as soon as you order your units to board it takes off and tries to find a closer position. You'll have to remove the fuel that should work. Share this post Link to post Share on other sites
Mattar_Tharkari 10 Posted March 15, 2013 To simulate a 'reverse' from the beach I ran this when the player got into the boat, it gets them off the beach: _dir = (direction _boat) - 180; _boat setVelocity [sin (_dir) * 15, cos (_dir) * 15, 0]; Share this post Link to post Share on other sites
yoannis1995 10 Posted March 19, 2013 Thanks mate ! Works really well ! Share this post Link to post Share on other sites