1. Dedicated server creates a marker:
---------------------------------------
if(isDedicated) then
{
_marker = createMarker [str(random 99999), getPos objectName];
_marker setMarkerShape "ICON";
_marker setMarkerSize [1,1];
_marker setMarkerType "o_inf";
_marker setMarkerText "Test";
}
---------------------------------------
2. Verify the marker is created on connected clients (no problem here)
3. JIP with a new client now
4. Marker is not synced to that JIP client