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

UTAS Carrier

Recommended Posts

I'm trying to add choppers to the Aircraft carrier on UTAS, they just fall into the water straight away?

How can I fix this?

And is there a way to add a carrier to the other map?

Share this post


Link to post
Share on other sites

Place this in the init line of the object you are trying to place on the deck. This will allow for the different tides during different times of day etc.

this setPosASL [getposASL this select 0, getposASL this select 1, 15.9]

Share this post


Link to post
Share on other sites

Try

this setPos [getpos this select 0, getpos this select 1, 15.9]

If 15.9 doesnt seem to work, try 16.5 or 17.0

Share this post


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

×