Jump to content
Sign in to follow this  
1para{god-father}

move marker even for JIP

Recommended Posts

How would i move a marker "Respawn_west" that will also work for JIP

As when i complete a AO i need to move it somewhere else

Thanks

Share this post


Link to post
Share on other sites

Just send a publicVariable into the network (from the server, or any client) and check for it in your init (on the client side).

Like this:

new_ao_pos = getPosATL newao; publicVariable "new_ao_pos";

And check (in your init.sqf):

if (!(isNil "new_ao_pos")) then { "respawn_west" setMarkerPosLocal new_ao_pos; };

Edit:

I made a ticket because I find this annoying as well, please vote: 0005429: Global marker updates are not syncronized for Join In Progress clients

Edited by sxp2high

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  

×