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

4 lines
70 B
Plaintext

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