ACE3/addons/common/functions/fnc_serverLog.sqf

9 lines
164 B
Plaintext
Raw Normal View History

// by CAA-Picard
2015-01-13 19:56:02 +00:00
#include "script_component.hpp"
if (isServer) then {
diag_log _this;
} else {
2015-01-11 18:20:14 +00:00
[_this, QUOTE(FUNC(serverLog)), 1] call FUNC(execRemoteFnc);
};