Jump to content
Sign in to follow this  
furia

Markers management

Recommended Posts

I have been searching the forums about this but found not a specific answer for this trouble so I would be very grateful if somebody can help me on this.

I know this question may sound silly because all the answers I saw about this were related to create mobil markers attached to a player or markers created ingame...

Mine is very simple. I need to create on the editor some markers that will give the players Intel about the mision but since the scenario would be for two different human teams BLUEFOR and REDFOR, I need to make BLUEFOR markers invisible to REDFOR and so.

This makers are not sophisticated, just things like the location of the REDFOR starting base that BLUEFOR should not know and so.

Any help would be most welcomed!!!!

Share this post


Link to post
Share on other sites

I *think* the markers included with the F2 framework are for one side only.

Share this post


Link to post
Share on other sites
I *think* the markers included with the F2 framework are for one side only.

:confused:

What are those F2 "framework Markers" ?????

How do I use them or place them? :eek:

Share this post


Link to post
Share on other sites

You need this kind of code...

if (not isNull player) then {

if (playerside ==east) then {
 createmarkerlocal ...  (marker for east players)
} ;

if (playerside ==west) then {
 createmarkerlocal ... (marker for west players)
} ;

} ;

Share this post


Link to post
Share on other sites

How do I define which markers are west and wich markers are west and which ones are 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  

×