Home   Help Search Login Register  

Author Topic: How to make markers for West and East in the same game?  (Read 1255 times)

0 Members and 1 Guest are viewing this topic.

Desdichado

  • Guest
Yep, I'm at it again...   ;D

Now I need to know how to make the markers only apear for each team (west-east)?


Best regards
Jan Fredrik Lund
Norway

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:How to make markers for West and East in the same game?
« Reply #1 on: 05 Dec 2002, 00:43:01 »
Create all your markers in the normal way
then enter the following code snippet into your
Description.ext file

Where eg "West_FUP" is the name of the markers

Quote
? side player == west : goto "west"
? side player == east : goto "east"
#east
;Hide West markers from East players
"Respawn_West" setmarkertype "empty"
"West_FUP" setmarkertype "empty"
"West_BridgeOP" setmarkertype "empty"
"West_CovertOP" setmarkertype "empty"
"West_HQ" setmarkertype "empty"
"West_Boat" setmarkertype "empty"
"East_NoGo" setmarkertype "empty"

goto "end"
 
#west
;Hide East markers from West players
"Respawn_East" setmarkertype "empty"
"East_BridgeOP" setmarkertype "empty"
"East_CovertOP" setmarkertype "empty"
"East_FUP" setmarkertype "empty"
"East_HQ" setmarkertype "empty"
"East_Boat" setmarkertype "empty"
"West_NoGo" setmarkertype "empty"

goto "end"
#End
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123