Jump to content
Sign in to follow this  
will556

Vehicle problems on LHD

Recommended Posts

i place a vehicle on the LHD on utes using editor when i play i spawn on the carrier but the vehicle falls through it ... some help please

Share this post


Link to post
Share on other sites

put this in the vehicle init

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

Share this post


Link to post
Share on other sites

Or use

this setposASL [getposASL this select 0, getposASL this select 1, 9.2]

to place the vehicle in the main cargo hold below deck.

Share this post


Link to post
Share on other sites

i do it and it works fine ....thx.... do u no if there is a quicker way to put in the code e.g copy and paste text which i dnt no how to do on this game

Share this post


Link to post
Share on other sites

Copy and paste is the same as in the editor as in windows ctrl C and ctrl V. Or you could create a textdocument, name it init.sqs (without any other file extension such as .txt) and use the aforementioned code there.

You cannot refer to the units in the editor with the word "this" if you chose that method. You must name them in the editor and call them by that name in the script.

Both methods are time consuming. If you are new to this, I'd recommen writing into their init lines in the editor itself.

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  

×