mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:13:29 +00:00
added notify func to cot router function
This commit is contained in:
@@ -7,8 +7,7 @@ params [
|
|||||||
];
|
];
|
||||||
|
|
||||||
if (isServer) exitWith {
|
if (isServer) exitWith {
|
||||||
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Connecting to TAK Server TCP Socket..."];
|
["Connecting to TCP Socket", "success", "TCP Socket"] call EFUNC(main,notify);
|
||||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
|
||||||
|
|
||||||
_tak_server_instance_address = _logic getVariable "armatak_module_tak_server_instance_address";
|
_tak_server_instance_address = _logic getVariable "armatak_module_tak_server_instance_address";
|
||||||
_tak_server_instance_port = _logic getVariable "armatak_module_tak_server_instance_port";
|
_tak_server_instance_port = _logic getVariable "armatak_module_tak_server_instance_port";
|
||||||
|
|||||||
Reference in New Issue
Block a user