_target = player;
_location = getpos _target;
_airdrop = "B_supplyCrate_F" createVehicle _location;
_airdrop setPos [_location select 0, _location select 1, 100];
_airdrop setDir (random 360);
[objnull, _ammodrop] call BIS_fnc_curatorobjectedited;