If ya wanna have a few stashed rifles (say, in a bunker or alike), then ya can also
create a tiny addon (just a PBO'ed config file), like this :
Class CfgVehicles
{
class All{};
class Static: All{};
class Building: Static{};
class Strategic: Building{};
class ReammoBox: Strategic{};
class WeaponHolder: ReammoBox{};
class TMB_M16Stash: WeaponHolder
{
scope=2;
vehicleClass="Ammo";
icon=Ammo_move;
mapSize=0.58;
armor=1000;
destrType=destructNo;
displayName="Rifle Stash";
model=\data3d\deka;
irTarget=false;
nameSound=weapon;
showWeaponCargo=True;
class TransportMagazines
{
class M16
{
magazine=M16;
count=4;
};
};
class TransportWeapons
{
class _w_M16
{
weapon="M16";
count=1;
};
};
};
summit like that (it will create a verticallly stashed M16)