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

4 lines
70 B
Plaintext

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