Jump to content
Sign in to follow this  
texkaz

Respawn warp

Recommended Posts

IDK why, but when I start a multiplayer mission it always warps me to the respawn marker, even if im in a vehicle like a boat. So I'll start off in a boat and it will warp me to "respawn_west"

 

Here are my respawn settings in description file:

 

 

 

 

overviewText = "Fuck";
author="YuriVII";
OnLoadName = "I MADE THIS IN 30 MINUTES";
OnLoadMission = "ALTIS";
onLoadMissionTime = true;
 
respawn = "BASE";
respawnDelay = 5;
respawnOnStart = 0;
respawnTemplates[] = {"MenuPosition"};
 
class Header
{
   gameType = COOP;
   minPlayers = 1;
   maxPlayers = 20;
};
 
};

Share this post


Link to post
Share on other sites

I've noticed this too with EDEN. It's worse if you have multiple spawn points, because then it just places you at a random one, even with respawnOnStart turned off. I've just been working around it by turning respawnOnStart to 1 so at least they end up only at the spawn positions for their team and not any of the spawn points on the map.

Share this post


Link to post
Share on other sites

Well with this particular mission everyone starts in a boat going high speed to the shore and the respawn point is at the disembark point. So its real important people stay on the boat at start.

Share this post


Link to post
Share on other sites

I don't know if it matters, but it looks like you have an extra }; at the end there

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  

×