Jump to content
Sign in to follow this  
ric

no spawn over 100 meters

Recommended Posts

I posted this in the wrong place originally

I have picked up on an old project I was working on from over a year ago and was reminded that in one of the patches a problem for me cropped up when it came to placing platforms high in the sky (1600m) and having people spawn on those platforms, it worked fine until one patch made it so any soldier spawning on said platform (over 100m in the air) was stuck forever skydiving on the platform unable to stand.

does anyone know of a way to correct this so I can spawn people on those platforms?

thnx

Share this post


Link to post
Share on other sites

_pos = getposatl player;

_pos set [2,2500];

_ramp = "BlockConcrete_F" createvehicle _pos;
_ramp setposatl _pos;

_pos set [2,2502];

player setposatl _pos;

_nul = [] spawn {

  sleep 0.1;
  player switchmove "";

};

Using this to spawn inside a static C-130, heh.

Cheers

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  

×