Jump to content
  • 0

How to make one building in god mod


Akku14

Question

3 answers to this question

Recommended Posts

  • 0

@Akku14 allowdamege is local... works is every player had the file , i think.

 

_this addEventHandler ["handleDamage", {false}];  is global  , i use it for custom traders and vehicles added by arma2oaeditor...

dont know if works with buildings but try.

 

example:

_vehicle_50 = objNull;
if (true) then
{
  _this = createVehicle ["Land_covering_hut_big_EP1", [6348.437, 7788.6201, 3.0517578e-005], [], 0, "CAN_COLLIDE"];
  _vehicle_50 = _this;
  _this setDir -55.186554;
  _this addEventHandler ["handleDamage", {false}];
};

Link to comment
Share on other sites

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