ACE3/TO_MERGE/ace/arty_computers/gyk-37/fnc_bcsLogWarn.sqf

6 lines
146 B
Plaintext
Raw Normal View History

//fnc_bcsLogWarn.sqf
#include "script_component.hpp"
_logText = _this;
_format = format["WARNING: %1", _logText];
_format call FUNC(bcsLog);