Hey guys,
since the Arsenal is out my group uses this command line to use it ingame:
this addaction ["<t color='#1C56D3'>Arsenal</t>",{["Open",true] call BIS_fnc_arsenal}];
Now we want to use this for spawning vehicles with the garage:
this addaction ["<t color='#1C56D3'>Garage</t>",{["Open",true] call BIS_fnc_garage}];
The problem is, there seems to be a fixed spawning position for every vehicle class so its not easy to determie where a vehicle is spawned.
Is there a way to dertermine a spawning position for these vehicles?
Also I'd liek to limit the Arsenal to lets say, only Armor from BLUFOR.
Is that possible?
Many Greetings
Moony