piedebeouf 10 Posted September 2, 2013 Hello, could you told me how to put a building above the sea level . Spawn the building and put it 10 meter above the sea level . Thanks a lot for your help . Share this post Link to post Share on other sites
kylania 568 Posted September 2, 2013 this setPosASL [getPosASL this select 0, getPosASL this select 1, 10]; Share this post Link to post Share on other sites
piedebeouf 10 Posted September 2, 2013 Kylania thanks for your help . but I've some trouble : I put an invisible helipad and choice : "Land_Dome_Small_F" so in the initialization field : build= "Land_Dome_Small_F" createVehicule this setPosASL [getPosASL this select 0, getPosASL this select 1, 10]; but I have a message error . I suppose wrong expression or syntax . Could I abuse your help again ? thanks Share this post Link to post Share on other sites
kylania 568 Posted September 2, 2013 I'm having a lot of trouble getting this to work right. It keeps tilting or not spawning correctly if I use a helipad or gamelogic or just spawning in the water. There's 270km² of landmass available, why don't you use that? :) Share this post Link to post Share on other sites
piedebeouf 10 Posted September 3, 2013 Thanks a lot for the time you spend . it 's for a specific mission . I'm not the only who coudn't find soluce...It the beginning i think it's simple ... On the land no problem but on the water .... hmm and always we want someting special .... Share this post Link to post Share on other sites
magicpanda 19 Posted September 3, 2013 heli1 flyInHeight 10; Share this post Link to post Share on other sites
Larrow 2823 Posted September 3, 2013 build = "Land_i_House_Small_01_V1_F" createVehicle getmarkerpos "house1"; build setposasl [getposatl build select 0, getposatl build select 1, 10]; build setVectorUp [0,0,1]; Works fine for me?? Share this post Link to post Share on other sites
kylania 568 Posted September 3, 2013 heli1 flyInHeight 10; That will make a helicopter try to fly at 10m, it won't move objects. Share this post Link to post Share on other sites
magicpanda 19 Posted September 3, 2013 Ahh I missed the Small Dome bit. Thought he was trying to get the chopper to stay in place over the water with an invisible helipad. Share this post Link to post Share on other sites
piedebeouf 10 Posted September 4, 2013 Thanks, Kylania ,Larrow , Magicpanda for your help . And it's work perfect with the syntax of Larrow excately what i'm looking for . And thanks agains all . Share this post Link to post Share on other sites