This commit is contained in:
[VB]AWOL
2013-11-28 01:34:24 -06:00
parent 75ee377e22
commit f33f406c73
6 changed files with 21 additions and 26 deletions

View File

@@ -12,7 +12,7 @@ s_player_deleteBuild = 1;
_obj = _this select 3;
_activatingPlayer = getPlayerUID player;
_activatingPlayer = player;
_objOwnerID = _obj getVariable["CharacterID","0"];
_isOwnerOfObj = (_objOwnerID == dayz_characterID);