Home   Help Search Login Register  

Author Topic: The Briefing and The markers  (Read 911 times)

0 Members and 1 Guest are viewing this topic.

meio_maluco

  • Guest
The Briefing and The markers
« on: 20 Jun 2003, 11:46:27 »
Hi guys,

I want to make a MP mission wich has markers for west and diferent markers for res ( i just want west to see west markers and res to see res markers)

And also a briedinf only for west and a brief only for res

can anyone help me lol

Offline Blanco

  • Former Staff
  • ****
Re:The Briefing and The markers
« Reply #1 on: 24 Jun 2003, 02:13:13 »
Just an example:

Res markernames are : "Resbase" and "ResStart"

West markernames are  : "Westbase" and "Wstart"

Write an init.sqs with this

?(side player == EAST) : "Westbase" setmarkertype "empty";"Wstart" setmarkertype "empty"
?(side player == WEST) : "Resbase" setmarkertype "empty";"Resstart" setmarkertype "empty"

Now the West won't see Resmarkers and Resistance won't see the Westmarkers

About the briefing : Use a MP briefing template, here is one

http://www.ofpec.com/includes/download2.php?id=15



 
Search or search or search before you ask.