mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-14 10:53:30 +00:00
removed send message function, not implemented on OTS API
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
// function name: armatak_fnc_send_message
|
|
||||||
// function author: Valmo
|
|
||||||
// function description: Receives a message string and send it to the FTS chat
|
|
||||||
|
|
||||||
params["_server_message"];
|
|
||||||
|
|
||||||
private _atak_server_instance = missionNamespace getVariable "_atak_server_instance";
|
|
||||||
private _atak_server_instance_token = missionNamespace getVariable "_atak_server_instance_token";
|
|
||||||
|
|
||||||
private _message_payload = [_server_message, _atak_server_instance, _atak_server_instance_token];
|
|
||||||
|
|
||||||
private _request = "armatak" callExtension ["ManageChat/postChatToAll",_message_payload];
|
|
||||||
Reference in New Issue
Block a user