Jump to content
khaosmatical

Virtual Arsenal Addaction

Recommended Posts

Long story short, I'm attempting to make an addaction where you can access the Virtual Arsenal at anypoint, anywhere.

So far I have 

player addAction ["VA", "call BIS_fnc_arsenal"];
Which gives the ability to open the arsenal but it only have the current equipped gear compared to all in-game items. If anyone know's how to make this nonsensical idea a reality that would be awesome! Especially if it can be done without external scripts.

Share this post


Link to post
Share on other sites

Negative, I found similar topics but they were all about putting VA onto things such as ammo boxes or vehicles which Im aware how to do.

Share this post


Link to post
Share on other sites

 

BIS_fnc_arsenal

player addAction ["VA", {["Open", true] spawn BIS_fnc_arsenal}];

 

Much appreciated man.

Can this thread be closed, thanks  :)

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

×