Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: The Briefing and The markers  (Read 1798 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.