Jump to content
Sign in to follow this  
1para{god-father}

Spawning and hight

Recommended Posts

Hi Guys I am spawning some stuiff in but i need to adjust the hight , how do i do that ?

_heli = "AH1Z" createVehicle (getMarkerPos "hspawn");

Many thanks

Share this post


Link to post
Share on other sites

This is will create an "AH1Z" at 200 metres.... but it will fall out of the sky.

_heli = "AH1Z" createVehicle ((getMarkerPos "hspawn") select 0,(getMarkerPos "hspawn") select 1,200);

For aircraft you need to create them already flying with crew. Have a look at the links below.

BIS Functions

BIS_fnc_spawnVehicle

Hope that helps you.

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  

×