Rhamka 10 Posted December 29, 2012 I'm sure I've seen this before but I can't find where (if it was in BIS or somewhere else). I have a mission where respawn moves from one place to another place in the map, but as this is a PvP mission, I do not want Bluefor to see where is the Opfor respawn nor Opfor to see where is the Bluefor respawn. This and that there are other markers that are intended to be visible only for one side not by everybody. It would be great if this can be done with factions too. For example, CDF can see different markers than USMC. Can someone help? By the way, just wondering if there can be markers visible for certain units, for example, for named unit used by a player in MP mission? Share this post Link to post Share on other sites
shuko 59 Posted December 29, 2012 Create them as local in scripts. Share this post Link to post Share on other sites
Rhamka 10 Posted December 29, 2012 can you explain a little further? Share this post Link to post Share on other sites
iceman77 19 Posted December 29, 2012 idk if this will help you. if (side player == west) then { [url="http://community.bistudio.com/wiki/createMarkerLocal"]createMarkerLocal[/url] stuff here }; Share this post Link to post Share on other sites
Rhamka 10 Posted December 29, 2012 Thanks, I'll test it right now. Share this post Link to post Share on other sites