Jump to content
  • 0

infiSTAR building


cloneruler

Question

Is there anyway to use epoch building instead of infiSTAR's building? I can't even pick up and move the building once I move my character, and my admins can't even place the building down (it's just stuck to their character)

 

I've searched through the forums, and apparently i'm the only one with this problem

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Try it a second time. The stuck on char bug is only when they use the spawn buildings the first time. After a short relog the positioning system works fine.

And by the way ...... I hate the editor. I´m always use the spawn and position system via infiSTAR. Then save it to the DB. After that I use a land.sqf like this

if (isServer) then{

_bldObj = objNull;
if (true) then
{
  _bldObj = createVehicle ["Land_A_Castle_Wall1_20", [1231.86, 4000.94, -1.8], [], 0, "CAN_COLLIDE"];
  _bldObj = _bldObj;
  _bldObj setDir 321;
  _bldObj setPosATL [1231.86, 4000.94, -1.8];
};
};

and take the data from the DB.

In your mission/init.sqf just add at the bottom

[] execVM "land\land.sqf";

That´s it.

 

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