Jump to content

How to edit Napf in arma 3d editor


MrFlopsy

Recommended Posts

I have scowerd google to try and get loot to spawn in the crates I have placed, but can not get anything, here is my code:

_vehicle_5 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_USBasicWeapons", [16563.672, 18303.949, 0.5777005], [], 0, "CAN_COLLIDE"];
  _vehicle_5 = _this;
  _this setPos [16563.672, 18303.949, 0.5777005];
};

Link to comment
Share on other sites

 

I have scowerd google to try and get loot to spawn in the crates I have placed, but can not get anything, here is my code:

_vehicle_5 = objNull;
if (true) then
{
  _this = createVehicle ["MAP_USBasicWeapons", [16563.672, 18303.949, 0.5777005], [], 0, "CAN_COLLIDE"];
  _vehicle_5 = _this;
  _this setPos [16563.672, 18303.949, 0.5777005];
};

 

never heard of that weapons box before ... try "USBasicWeapons" instead

 

also it might be a good idea to delete all content and fill in what you feel is ok, or some boxes might have a bit too op content

Link to comment
Share on other sites

never heard of that weapons box before ... try "USBasicWeapons" instead

 

also it might be a good idea to delete all content and fill in what you feel is ok, or some boxes might have a bit too op content

This is my aim, I want to define what is in there.

 

Also you say try  USBasicWeapons when it states that's what I am using.

["MAP_USBasicWeapons",

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