mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
|
// by commy2
|
||
|
|
||
|
private ["_vehicle", "_item"];
|
||
|
|
||
|
_vehicle = _this select 0;
|
||
|
|
||
|
_item = ['AGM_SpareTrack', [-1000, -1000, 100]] call AGM_Logistics_fnc_spawnObject;
|
||
|
[_vehicle, _item] call AGM_Logistics_fnc_initLoadedObject;
|
||
|
|
||
|
_item = ['AGM_SpareTrack', [-1000, -1000, 100]] call AGM_Logistics_fnc_spawnObject;
|
||
|
[_vehicle, _item] call AGM_Logistics_fnc_initLoadedObject;
|