Take a look at this video: http://www.youtube.com/watch?v=JeCZ80rRnoU
I set it up this way:
description.ext
// Respawn Settings
respawn = "BASE";
respawndelay = 40;
respawnDialog = 1;
respawnTemplatesWest[] = {"MenuPosition"};
init.sqf
if (isServer) then {
- spawn { { [west, _x] call BIS_fnc_addRespawnPosition; } forEach ["Ocean"]; };
};
In the mission I placed the marker "Ocean" on the water surface. {F23321}