Skip to content

Instantly share code, notes, and snippets.

@rlex
Last active April 16, 2019 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rlex/7dab4ad5eec37a67c161 to your computer and use it in GitHub Desktop.
Save rlex/7dab4ad5eec37a67c161 to your computer and use it in GitHub Desktop.
airdrop anything in arma3
_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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment