Jump to content
Sign in to follow this  
xaneas

Virtual Arsenal Restrictions

Recommended Posts

Hey,

i want to give only the AT Soldier access to a missile launcher in the Virtual Arsenal.

But if the AT Soldier use the Virtual Arsenal, all other classes get the missile launcher as well.

The script is for a Dedicated Server

My try with Addaction:

Arsenal.sqf

_Arsenal_Box = [] spawn BIS_fnc_arsenal;

if (typeof player == "B_soldier_LAT_F") then

{

[_Arsenal_Box,["launch_RPG32_F"],false,true] call BIS_fnc_addVirtualWeaponCargo;

};

Any help is much appreciated.

Greetings

Xaneas

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  

×