Jump to content
Sign in to follow this  
piedebeouf

how to put builing above the sea level in ALtis ?

Recommended Posts

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 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

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

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
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
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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×