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

How to script Manned AA pods

Recommended Posts

Hi Guys,

I am spawning in a AA site and i thought it would be manned, how can i get it manned?

if (isServer) then {
_aasite = createVehicle ["Stinger_Pod", getMarkerPos "marker_aa", [], 0, "NONE"];

};

thanks

Share this post


Link to post
Share on other sites

Hi,

SpawnVehicle is what you need in this situation, although you need Functions module in the editor:

if (isServer) then
{
  _aasite = [getMarkerPos "marker_aa", 180, "Stinger_Pod", EAST] call bis_fnc_spawnvehicle;
};

_neo_

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  

×