Jump to content
Sign in to follow this  
ker8er0s

UH1Y Vehicle Positions

Recommended Posts

I am using the VCL respawn script and have been modifying it to make it into a call support function but I've hit a problem.

I want to use a UH1Y, but the commands within the respawn script are thus:

if (_loop == 0) then {_guy moveInDriver _vcl_new};

if (_loop == 1) then {_guy moveInGunner _vcl_new};

if (_loop == 2) then {_guy moveIncargo _vcl_new};

if (_loop == 3) then {_guy moveIncargo _vcl_new};

if (_loop == 4) then {_guy moveIncargo _vcl_new};

if (_loop == 5) then {_guy moveIncargo _vcl_new};

meaning only one gunner is present on the right hand side of the UH1Y and the rest are in cargo. I have tried adding another "moveinGunner" but this doesnt work.

So im looking for the vehicle positions for the two miniguns. I assume its something like moveingunnerchief or something like that, but as yet I have had no luck.

BTW, my first post in the forums.

Kerb.

Share this post


Link to post
Share on other sites

You sir are a living legend.

Works like a charm with the setting at 1.

thankyou, thankyou and thankyou again.

Kerb :yay:

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  

×