Files
DayZ-Epoch/SQF/dayz_code/actions/tent_pack.sqf
2016-02-29 11:53:49 -05:00

5 lines
68 B
Plaintext

private["_obj"];
_obj = _this select 3;
_obj call player_packTent;