Files
DayZ-Epoch/SQF/dayz_code/actions/tent_pack.sqf

4 lines
68 B
Plaintext

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