Jump to content
Sign in to follow this  
krihelion

Arsenal Issue

Recommended Posts

I am currently having an issue with arsenal on any custom mission I make. When ever a new person loads into the game, everyones helmet, chest rig, nvgs and helmet get deleted. It does not happen any other time.

SQF:

["AmmoboxInit",[this,true]] call BIS_fnc_arsenal;

["Open",true] call BIS_fnc_arsenal;

In-game init:

VABox2 addaction ["USASOC Armory", "VABoxinit.sqf"];

Looking for any help with this, thanks.

Share this post


Link to post
Share on other sites

Not sure what's causing the issue, but it may just be the way you're calling the Arsenal. No need for a separate script, just put this on the init field of your box:

this addAction ["USASOC Armory", {["Open",true] call BIS_fnc_arsenal}];

We use this on our public server which works fine ;)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×