Jump to content
  • 0

How to add Prefabs


ItsShifty

Question

2 answers to this question

Recommended Posts

  • 0

Basicly go into arma2oa press ALT+E, press f10 just press anywhere on the map press f2 -||- press f1 -||- Then press f5 which is named vehicles. And just start placing object wherever u want. Save, Go into ur documents/arma2oa Other profiles/ur profile name/missions/name of what u just saved/mission.sqf Remove anything inbetween the top and first _unit_3 = objNull; it will look something like this

activateAddons [ 
  "bb_mercenary",
  "map_eu",
  "microairvehicles"
];

activateAddons ["bb_mercenary", "map_eu", "microairvehicles"];
initAmbientLife;

_this = createCenter west;
_center_0 = _this;

_group_0 = createGroup _center_0;
And when that is gone go to the bottom and remove runInitScript; finishMissionInit; so theres only processInitCommands; left, i dont know if its necessary, just the way i do it. and when you are done with that go back to the top and add if (isServer) then { And make sure at the bottom of the code theres two }; otherwise the "if (isServer) then" wont load and items wont appear.
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
  • Discord

×
×
  • Create New...