Jump to content

Search the Community

Showing results for tags 'ammobox'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 2 results

  1. Hi all you great helpers. If i want to add some : ammo, backpacks, weapons, googles, uniforms and more into a spawned ammobox. i have tried this LL_BoatBoxLand = createVehicle ["rhs_7ya37_1_single", position player, [], 0, "NONE"]; clearItemCargo LL_BoatBoxLand; LL_BoatBoxLand additemcargo ["30Rnd_556X45_Stanag, 5"]; i don't know if i use a wrong command. Cheers Play3r
  2. QS_fnc_clientVAS2VA = { /* File: fn_clientVAS2VA.sqf Author: Quiksilver Last modified: 22/12/2015 ArmA 1.54 by Quiksilver Description: Transfer loadouts from Virtual Ammobox System to Virtual Arsenal ________________________________________________________________*/ if (isDedicated) exitWith {}; if (!isNil {profileNamespace getVariable 'QS_VAStoArsenal'}) exitWith {}; profileNamespace setVariable ['QS_VAStoArsenal',TRUE]; saveProfileNamespace; private [ '_index','_vasLoadout','_vasLoadout_title','_vasLoadout_primary','_vasLoadout_launcher','_vasLoadout_handgun','_vasLoadout_magazines', '_vasLoadout_uniform','_vasLoadout_vest','_vasLoadout_backpack','_vasLoadout_items','_vasLoadout_primItems','_vasLoadout_secItems', '_vasLoadout_handgunItems','_vasLoadout_uItems','_vasLoadout_vItems','_vasLoadout_bItems','_headgearTypes','_headgear','_gogglesTypes', '_binocularTypes','_binocular','_export','_data','_newName','_namespace' ]; _index = 0; _headgear = ''; _goggles = ''; _binocularTypes = ['Rangefinder','Binocular','Laserdesignator','Laserdesignator_02','Laserdesignator_03']; _binocular = ''; _namespace = profileNamespace; for '_x' from 0 to 24 step 1 do { _vasLoadout = profileNamespace getVariable [format ['vas_gear_new_%1',_index],[]]; if (!(_vasLoadout isEqualTo [])) then { _vasLoadout params [ '_vasLoadout_title', '_vasLoadout_primary', '_vasLoadout_launcher', '_vasLoadout_handgun', '_vasLoadout_magazines', '_vasLoadout_uniform', '_vasLoadout_vest', '_vasLoadout_backpack', '_vasLoadout_items', '_vasLoadout_primItems', '_vasLoadout_secItems', '_vasLoadout_handgunItems', '_vasLoadout_uItems', '_vasLoadout_vItems', '_vasLoadout_bItems' ]; { if (['H_',_x,FALSE] call (missionNamespace getVariable 'BIS_fnc_inString')) then { _headgear = _x; }; if (_x in _binocularTypes) then { _binocular = _x; }; } forEach _vasLoadout_items; _export = []; _export = [ [_vasLoadout_uniform,_vasLoadout_uItems], [_vasLoadout_vest,_vasLoadout_vItems], [_vasLoadout_backpack,_vasLoadout_bItems], _headgear, _goggles, _binocular, [_vasLoadout_primary,_vasLoadout_primItems,((getArray (configFile >> 'CfgWeapons' >> _vasLoadout_primary >> 'magazines')) select 0)], [_vasLoadout_launcher,_vasLoadout_secItems,((getArray (configFile >> 'CfgWeapons' >> _vasLoadout_launcher >> 'magazines')) select 0)], [_vasLoadout_handgun,_vasLoadout_handgunItems,((getArray (configFile >> 'CfgWeapons' >> _vasLoadout_handgun >> 'magazines')) select 0)], ['ItemMap','ItemCompass','ItemWatch','ItemRadio','ItemGPS'], [(face player),'',''] ]; _newName = format ['%1 (Imported %2)',_vasLoadout_title,_index]; _data = _namespace getVariable ['bis_fnc_saveInventory_data',[]]; _nameID = _data find _newName; if (_nameID < 0) then { _nameID = count _data; _data set [_nameID,_newName]; }; _data set [_nameID + 1,_export]; _namespace setVariable ['bis_fnc_saveInventory_data',_data]; saveProfileNamespace; }; _index = _index + 1; uiSleep 0.1; }; }; Compile(final) that function with the CfgFunctions library (or whatever compiler you use) and call it in player init (such as initPlayerLocal.sqf or init.sqf). Will run only once per profile. I'm not sure if BI changed the ordering of their Virtual Arsenal inventory loadouts regarding magazines, that could be an issue, someone would have to doublecheck how Arsenal saves/loads inventory, as this function may predate those changes. There also may be a new Laser Designator or Rangefinder class with Apex, if anyone knows the new ones, I'll update the post with it. Use like this: comment "Insert the below line into initPlayerLocal.sqf or init.sqf or wherever your client files initialize from"; call QS_fnc_clientVAS2VA;
×