OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: meio_maluco 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
-
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