Results 1 to 6 of 6

Thread: A bit difficult questions

  1. #1

    A bit difficult questions

    Hello.
    I've got some questions about Arma2:OA, I think you can help me:

    1) How to make sure that the player in MP-Mission(!!!) could not move your character, and its screen is completely black? And that after the trigger is activated, he again could move the character and screen returns to normal.
    2) Imagine the situation: 4 soldiers in one squad. They have fulfilled the main task and now they need to come to the place where the mission ends.
    So here's how to make the mission ends only when all the living soldiers from this squad will be located in the same area?
    3) How to use a faces from the standard missions in Arma2 archives?

    Thanks for advance & sry for my English ^^

  2. #2
    First Sergeant Buliwyf's Avatar
    Join Date
    Jan 1 2004
    Location
    Hamburg / Germany
    Posts
    823
    Hi..

    1st: disableUserInput

    2nd: Place a repeatedly Trigger, activated by ANY at your ending position and put following in the Condition row:
    Code:
    isServer AND ({lifeState _x == 'ALIVE'} count playableUnits == {_x in thisList} count playableUnits)
    3rd: I have no idea...


  3. #3
    Quote Originally Posted by Buliwyf View Post
    This command works on all player units, but I need to limit the movement of only one player.

  4. #4
    First Sergeant Buliwyf's Avatar
    Join Date
    Jan 1 2004
    Location
    Hamburg / Germany
    Posts
    823
    ...and what about executing the command only on the client?!

  5. #5
    Quote Originally Posted by Buliwyf View Post
    ...and what about executing the command only on the client?!
    And how can I do it?

  6. #6
    First Sergeant Buliwyf's Avatar
    Join Date
    Jan 1 2004
    Location
    Hamburg / Germany
    Posts
    823
    Code:
    if(local NameOfTheUnit)then{disableUserInput true;};
    ...and take a look into the links of my signature. You will find there some basic scripting commands and How To`s.


Similar Threads

  1. 2 simple questions and 1 difficult question.
    By MOSTLY in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 11
    Last Post: Nov 8 2010, 09:38
  2. Difficult option
    By Aeon in forum ARMA 2 & OA - SUGGESTIONS
    Replies: 2
    Last Post: Apr 25 2003, 16:35
  3. Good 'ol days of 8 bit and 16 bit video games
    By Red Oct in forum OFFTOPIC
    Replies: 49
    Last Post: Sep 18 2002, 04:56
  4. Difficult mission
    By in forum GENERAL
    Replies: 9
    Last Post: Jul 24 2002, 15:20
  5. Difficult to fly. HOTAS?
    By Tolovaj in forum GENERAL
    Replies: 0
    Last Post: Dec 5 2001, 06:59

Posting Permissions

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