ACE3/addons/common/functions/fnc_serverLog.sqf
2015-01-12 19:22:58 +01:00

9 lines
185 B
Plaintext

// by CAA-Picard
#include "\z\ace\addons\common\script_component.hpp"
if (isServer) then {
diag_log _this;
} else {
[_this, QUOTE(FUNC(serverLog)), 1] call FUNC(execRemoteFnc);
};