SniPeZz_Qc 10 Posted January 24, 2015 (edited) Hi guys I'm trying to connect to my BE server for lock the server with a .js. The reality is that i don't know shit about java so my question is that did "https://github.com/Lulz0rz/battle-node" need this for run "http://forums.bistudio.com/showthread.php?178327-Node-js-Extension-for-Arma-3-(sock-sqf-sock-dll-sock-rpc)" because the first one doensn't have a .dll Edited January 25, 2015 by SniPeZz_Qc Share this post Link to post Share on other sites
chrisnic 10 Posted January 25, 2015 Hi guys I'm trying to connect to my BE server for lock the server with a .js. The reality is that i don't know shit about java so my question is that did "https://github.com/Lulz0rz/battle-node" need this for run "http://forums.bistudio.com/showthread.php?178327-Node-js-Extension-for-Arma-3-(sock-sqf-sock-dll-sock-rpc)" because the first one doensn't have a .dll You don't need a .dll for the first one, but the commands are limited to the default battle-eye ones (the second looks like you can actually send snippets of sqf which is awesome). To lock the server using battle-node you should be able to use (although i've yet to try this): bnode.sendCommand('lock'); Share this post Link to post Share on other sites
SniPeZz_Qc 10 Posted January 25, 2015 (edited) You don't need a .dll for the first one, but the commands are limited to the default battle-eye ones (the second looks like you can actually send snippets of sqf which is awesome).To lock the server using battle-node you should be able to use (although i've yet to try this): bnode.sendCommand('lock'); Yah it's work but I need the condition to active them (In node.js it's "rpc.register"). Edit : so if I undunstrand we cannot send snippets of sqf with the first one ? this guy (the last comment it..) http://forums.bistudio.com/showthread.php?186020-Server-admin-functions-from-multiplayer-server-side-script/page2 Edited January 26, 2015 by SniPeZz_Qc Share this post Link to post Share on other sites