add logging method for lock/unlock

This commit is contained in:
[VB]AWOL
2014-05-07 10:06:12 -05:00
parent e1577bc4f3
commit 3d97f6e17d
4 changed files with 23 additions and 5 deletions

View File

@@ -58,6 +58,9 @@ if ((_ownerID == dayz_combination) or (_ownerID == dayz_playerUID)) then {
if(!isNull _obj and alive _obj) then {
PVDZE_log_lockUnlock = [player, _obj, false];
publicVariableServer "PVDZE_log_lockUnlock";
_obj setVariable["packing",1];
[1,1] call dayz_HungerThirst;
_weapons = _obj getVariable["WeaponCargo",[]];