5 lines
214 B
Plaintext
5 lines
214 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
params ["_target", "_textMessage"];
|
|
|
|
[format ["Incoming Message from Field Commander: <br/>%1", _textMessage], "warning", 5] remoteExec ["forge_client_misc_fnc_notify", _target]; |