Jump to content
  • 0

indestructible


ShadowRB

Question

sleep 80;
while {true} do {
    _indestructible = (allMissionObjects "Constructions_static_F") + (allMissionObjects "PlotPole_EPOCH");
    {
        if (!((_x isKindof "CinderWallGarage_EPOCH") or (_x isKindof "WoodLargeWallDoorL_EPOCH") or (_x isKindof "WoodLargeWallDoor_EPOCH"))) then {
        _x addEventHandler ["HandleDamage", {false}];
        _x enableSimulation false;
        };
    } count _indestructible;
    sleep 300; // run every 5min
}

 

------------------------------------------------------------

not working  arma patch 1.40

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...