mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Improve publishVeh2 diag_log
This commit is contained in:
@@ -105,5 +105,5 @@ _key call server_hiveWrite;
|
|||||||
PVDZE_veh_Init = _object;
|
PVDZE_veh_Init = _object;
|
||||||
publicVariable "PVDZE_veh_Init";
|
publicVariable "PVDZE_veh_Init";
|
||||||
|
|
||||||
diag_log ("PUBLISH: " + str(_activatingPlayer) + " Bought " + (_class) + " with ID " + str(_uid));
|
diag_log format["PUBLISH: %1(%2) bought %3 with ObjectUID %4",if (alive _activatingPlayer) then {name _activatingPlayer} else {"DeadPlayer"},getPlayerUID _activatingPlayer,_class,_uid];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user