neonlazer 10 Posted October 4, 2015 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
SavageCDN 231 Posted October 6, 2015 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