Jump to content
b2020b

I don't want all the buildings destroyed. Is there a way?

Recommended Posts

I don't want all the buildings destroyed. Is there a way?

 

Share this post


Link to post
Share on other sites
5 hours ago, pierremgi said:

yes

 

Profound...almost mystical..

  • Haha 2

Share this post


Link to post
Share on other sites

This was actually an amazing an insightful quote that got muddled up in poor touch screen techniques. See below for the repost.

  • Haha 1

Share this post


Link to post
Share on other sites
8 hours ago, pierremgi said:

yes

No. I win. 

  • Like 1
  • Haha 1

Share this post


Link to post
Share on other sites
12 hours ago, b2020b said:

I don't want all the buildings destroyed. Is there a way?

 

Believe it or not @b2020b,  those 3 guys above are all very helpful dudes, they're just having a little fun with you.  The point is you need to be more specific when asking a question.

 

Welcome to the forums BTW!

  • Like 1
  • Thanks 1
  • Haha 1

Share this post


Link to post
Share on other sites
2 hours ago, beno_83au said:2시간 전, beno_83au는 다음과 같이 말했다.

This was actually an amazing an insightful quote that got muddled up in poor touch screen techniques. 이것은 사실 형편없는 터치 스크린 기술에 뒤죽박죽이 된 통찰력 있는 인용구였다. See below for the repost. 다시 게시하려면 아래를 참조하십시오.

I want to prevent it. The bombing destroyed the building.

Share this post


Link to post
Share on other sites

What I suggest:

 

in initServer.sqf:

 

addMissionEventHandler ["BuildingChanged", {
  params ["_previousObject", "_newObject", "_isRuin"];
  _previousObject setdamage 0;
  _previousObject allowDamage false;
}];

(I definitely win)

  • Like 1
  • Haha 1

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

×