Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
stevos758

How to place vehicles inside hangars?

Recommended Posts

I have attempted to place some hunters in the hangars at base. They seem to spawn on top and destroy it when the missions starts. What paramaters are needed to place it at ground level.

Do i use this command in the init (this setPosASL)? If so how do I find my height? How would I enter the height? (this setPosASL,XX)

Also if I am running other things in the Init do I separate with ; ?

Share this post


Link to post
Share on other sites

Use this:

this setPosATL[(this getPosATL) select 0,(this getPosATL) select 1,0];

And yes, your best bet is to always put a ";" behind a command.

Share this post


Link to post
Share on other sites

@Tajin & Stevos

You dont need to write that code now.

When you place a unit down in the editor, you see "elevation" at the bottom left of the unit window? I simply write 0.1 for the height. It works for me.

Share this post


Link to post
Share on other sites

Oh really? Thats new (and pretty awesome) :)

Guess I was just too used to the old ways to notice that.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×