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

cannot move at start of mission

Recommended Posts

Having an issue with my mission when we start and spawn in a few players cannot move at all they are stuck ?

I have the following in my INI.

if ((!isServer) && (player != player)) then
{
 waitUntil {player == player};
 waitUntil {time > 10};
};

If they kill themself and respawn they then can move fine, Any idea why this happends ? is it something to do with loading stuff up at the beggining of the game ? if so any way round it ?

It only happend on hosted server

Thanks

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  

×