mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 23:43:28 +00:00
reoganized command groups on extension call
This commit is contained in:
@@ -9,4 +9,4 @@ _position = _unit call armatak_client_fnc_extractClientPosition;
|
||||
_uuid = _unit call armatak_fnc_extract_uuid;
|
||||
|
||||
_eud_cot = [_uuid, _position select 1, _position select 2, _position select 3, _callsign, _group_name, _group_role, _position select 5, _position select 6];
|
||||
"armatak" callExtension ["tcp_socket:send_eud_cot", [_eud_cot]];
|
||||
"armatak" callExtension ["tcp_socket:cot:eud", [_eud_cot]];
|
||||
|
||||
Reference in New Issue
Block a user