mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
locking vaults
This commit is contained in:
4
dayz_code/actions/vault_lock.sqf
Normal file
4
dayz_code/actions/vault_lock.sqf
Normal file
@@ -0,0 +1,4 @@
|
||||
private["_obj","_bag","_pos"];
|
||||
hintSilent format["DEBUG: %1",_this];
|
||||
_obj = _this select 3;
|
||||
_obj spawn player_unlockVault;
|
||||
Reference in New Issue
Block a user