Results 1 to 9 of 9

Thread: mp mission briefing problems

  1. #1

    mp mission briefing problems

    Hey there guys, this is my first post in this forum and I hope to find some useful help .
    1- I have some problems with the briefing of the mp missions. In the one made by me the other players cannot see the briefing (which comprises tasks ect ect).. can you please help me?
    2- by using a2b editor i make tasks but when i test the mission I can only see the first of the tasks created..please help lol. (keep in mind that I use a2b editor)

    Thanks a lot

  2. #2
    It would help you better if you post the code you are using to call the briefing, then we can tell you what the problem.

  3. #3

    ifuldri 441

    Quote Originally Posted by bigshotking View Post
    It would help you better if you post the code you are using to call the briefing, then we can tell you what the problem.
    // Created in A2B Editor by EMSI
    RH createDiaryRecord ["Diary", ["Briefing", ""]];
    tsk1 = RH createSimpleTask [""];
    tsk1 setSimpleTaskDescription ["", "", ""];
    tsk setSimpleTaskDestination (getMarkerPos "");
    RH setCurrentTask Seize Hazar Bagh;
    tsk1 setTaskState "Assigned";
    tsk2 = RH createSimpleTask [""];
    tsk2 setSimpleTaskDescription ["", "", ""];
    tsk2 setSimpleTaskDestination (getMarkerPos "");
    tsk2 setTaskState "Assigned";

    Here it is

  4. #4

  5. #5
    Ah ye sorry RH is the unit name

  6. #6
    First Sergeant Buliwyf's Avatar
    Join Date
    Jan 1 2004
    Location
    Hamburg / Germany
    Posts
    823
    And now.. if you think about... you should now why only one unit have briefing tasks... ;o)

  7. #7
    I tried to put two unit names there but it doesn't show to the other playable unit the briefing

  8. #8
    First Sergeant Buliwyf's Avatar
    Join Date
    Jan 1 2004
    Location
    Hamburg / Germany
    Posts
    823
    Use variable PLAYER instead of single unit names:

    Code:
    player createDiaryRecord ["Diary", ["Briefing", ""]];
    tsk1 = player createSimpleTask [""];
    .
    .
    .
    Because each unit who should see briefing needs the task created local on his computer.

  9. #9
    Oh ye thanks a lot, it works now do you know how to resolve my second problem too?

    ---------- Post added at 13:48 ---------- Previous post was at 13:42 ----------

    Nevermind problem resolved thx a lot

Similar Threads

  1. Mission Briefing Gear problems...
    By Jawz in forum ARMA 2 & OA - QUESTIONS & ANSWERS
    Replies: 5
    Last Post: Sep 22 2011, 11:33
  2. Having Briefing Problems
    By Shammy2010 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 3
    Last Post: Aug 27 2010, 01:06
  3. Need better mission briefing of mission capabilities
    By Scimitar67 in forum ARMA 2 & OA - SUGGESTIONS
    Replies: 3
    Last Post: Jul 13 2009, 17:03
  4. Mission Briefing
    By Lt. Five Seven in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 1
    Last Post: Mar 1 2005, 10:38
  5. Mission briefing
    By the_unknown_one in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 4
    Last Post: Jun 5 2003, 23:32

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •