Add minor improvement to safe diag_log

This commit is contained in:
ebaydayz
2016-08-13 13:20:36 -04:00
parent 18643fec95
commit cb3be8b547
2 changed files with 7 additions and 1 deletions

View File

@@ -101,6 +101,6 @@ switch (_status) do {
};
};
diag_log format["%6 %5: ID:%1 CID:%7 UID:%2 BY %3(%4)",_objectID,_objectUID,_name,_puid,_statusText,_type,_charID];
diag_log format["%6 %5: ObjID:%1 ObjUID:%2 CharID:%7 OwnerID:%8 BY %3(%4)",_objectID,_objectUID,_name,_puid,_statusText,_type,_charID,_ownerID];
dze_waiting = "success";
_clientID publicVariableClient "dze_waiting";

View File

@@ -1,3 +1,9 @@
/*
Spawns several random "Supply_Crate_DZE" across map.
Lootable by destroying and then opening with crowbar.
Currently outputs vehicle ammo defined in Land_ammo_supply_wreck CfgVehicles class
*/
private ["_position","_veh","_istoomany"];
// do not make _roadList or _buildingList private in this function