swoop 15 Posted July 1, 2009 I can only place men there, can't seem to place any ammo crates or vehicles. Share this post Link to post Share on other sites
KDoubleYou 10 Posted July 1, 2009 I was able to get objects with setpos. this setpos [(getpos this select 0), (getpos this select 1), (getpos this select 2) + 130]; I cant find my script i used right now. you may have to experiment with the 130 value on the z. it should be fairly close though. Share this post Link to post Share on other sites
Rav_Raven 8 Posted July 1, 2009 For the flight deck is: this SETPOS [getpos this select 0, getpos this select 1, 15.90] For the internal deck: this SETPOS [getpos this select 0, getpos this select 1, 8.00] These values work well for me. Greetings. Share this post Link to post Share on other sites
swoop 15 Posted July 2, 2009 Nice one, thanks lads. Share this post Link to post Share on other sites
nominesine 0 Posted July 2, 2009 For vehicles and helicopters I found that setPosASL works better than a plain setPos. For regular units it doesn't seem to matter. Helicopters and planes sometimes start to jump or twitych if they are merly setPos'ed on the deck. setPosASL takes the sealevel into account. setPos does not. Share this post Link to post Share on other sites