Jump to content
Sign in to follow this  
BlackHawk1337

A bit difficult questions

Recommended Posts

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 ^^

Share this post


Link to post
Share on other sites

Hi..

1st: disableUserInput

2nd: Place a repeatedly Trigger, activated by ANY at your ending position and put following in the Condition row:

isServer AND ({lifeState _x == 'ALIVE'} count playableUnits == {_x in thisList} count playableUnits)

3rd: I have no idea...

;)

Share this post


Link to post
Share on other sites

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.

:icon_idea:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×