mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 02:46:29 +03:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
private["_obj","_bag","_pos"];
|
|
hintSilent format["DEBUG: %1",_this];
|
|
_obj = _this select 3;
|
|
_obj spawn player_unlockVault;
|