Jump to content
  • 0

After Arma Update problem with Hideobject


Cubitron

Question

Hi all 

 

i use a Gamelogic to delete old Arma 2 Buildings and replace with A3 but after the Arma Update on a few Buildings dont longer works.

 

if(!isDedicated)then{
this spawn{
waitUntil{player == player};
private ["_toDelete","_obj"];
_toDelete = [];
{
_obj = ((getPos _this) nearestObject _x);
_obj hideObject true;
deleteVehicle _obj;
}forEach _toDelete;
};
};

 

Can anyone help me or have a Fix for me

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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