mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:53:30 +00:00
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
// 1. Create FreeTAKServer instance
|
|
// ....
|
|
if (!isServer) exitWith {};
|
|
|
|
private _armatak_fts_server_url = "armatak" callExtension ["init",[]];
|
|
|
|
if (!_armatak_fts_server_url) exitWith {};
|
|
|
|
missionNamespace setVariable ["armatak_fts_server_url", _armatak_fts_server_url];
|