mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:24:34 +00:00
10 lines
265 B
Plaintext
10 lines
265 B
Plaintext
#include "script_component.hpp"
|
|
|
|
if (!hasInterface) exitWith {};
|
|
|
|
_local_address = "armatak" callExtension ["local_ip", []] select 0;
|
|
|
|
SETVAR(player,GVAR(localAddress),_local_address);
|
|
SETVAR(player,GVAR(eudConnected),false);
|
|
SETVAR(player,GVAR(lrfEnabled),false);
|