Jump to content
Sign in to follow this  
neonlazer

When new player joins, all players are teleported.

Recommended Posts

We have been having some issues with our missions regarding people joining the server. Easiest example is when we are taking off in a C-130, someone joins the server, and the plane is teleported to the ground/water. One guy mentioned JIP scripts, but it seems that is built into A3. Any suggestions on why this is happening?

Share this post


Link to post
Share on other sites

Probably JIP related - the mission most likely has something in init.sqf that teleports the plane to the desired start location.  Code in init.sqf gets run when the JIP player enters the server (in addition to mission start).  If you move that teleport code to a new file called initServer.sqf this should fix the problem.

 

https://community.bistudio.com/wiki/Event_Scripts

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  

×