Files
DayZ-Epoch/dayz_code/actions/tent_pack.sqf
Aaron Clark 76e9a0582e 0.1
2012-11-04 20:28:50 -06:00

4 lines
82 B
Plaintext

private["_obj","_bag","_pos"];
_obj = _this select 3;
_obj spawn player_packTent;