Jump to content
Sign in to follow this  
johnflenaly

JIP/Respawn confusion

Recommended Posts

As far as I understand it, respawns as well as jip should show up at the respawn marker on the map.

I have this in the description.ext

respawn = 3;

respawnDelay = 10;

and a marker named respawn_east on the map. The player is opfor.

When I test this mission out on a live server, the respawns are appearing at the marker, however JIPs are not. They seem to be appearing were their unit is initial placed on the map in the editor.

Share this post


Link to post
Share on other sites

Need to see your init.sqf for your mission.

Share this post


Link to post
Share on other sites

Units will ALWAYS start where they are initially placed. Joining the server is not considered respawn.

You would have to do that manually.

Example:

If someone joins after 1 minute into the mission, he will start at the respawn marker:

if (time > 60) then { player setPosATL (getMarkerPos "respawn_east"); };

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  

×