added logging to swap object and changed to getPlayerUID

This commit is contained in:
[VB]AWOL
2013-11-26 14:12:23 -06:00
parent e9e1164dc6
commit e92d212d16
17 changed files with 20 additions and 27 deletions

View File

@@ -164,7 +164,7 @@ if ((count _upgrade) > 0) then {
cutText [format[(localize "str_epoch_player_159"),_text], "PLAIN DOWN", 5];
};
PVDZE_obj_Swap = [_objectCharacterID,_object,[_dir,_location],_classname,_obj,_objectID,_objectUID];
PVDZE_obj_Swap = [_objectCharacterID,_object,[_dir,_location],_classname,_obj,_objectID,_objectUID,(getPlayerUID player)];
publicVariableServer "PVDZE_obj_Swap";
player reveal _object;