SniPeZz_Qc
Member-
Content Count
26 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout SniPeZz_Qc
-
Rank
Private First Class
-
Send bis_fnc_dynamictext to all client
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
okay thank you for your amazing help. Left just to figured out how to send snippet from sqf to the rcon using node adn we good to go for play my little mission ! -
Send bis_fnc_dynamictext to all client
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
So it will give something like this ? [[localize "STR_InGame_InfectedWin",0,0.7,30,0],"BIS_fnc_dynamicText",true,false,false] call BIS_fnc_MP; thank you again for your help. -
Send bis_fnc_dynamictext to all client
SniPeZz_Qc posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Can't figured out with "BIS_fnc_MP". thank you for your help SniPeZz -
Lock server with bsttle-node.jss
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Bump. -
Lock server with bsttle-node.jss
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 -
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
-
Auto server lock with scripting
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
If some people want to do the same thing I found what I think is the only way to do like BR : http://forums.bistudio.com/showthread.php?186020-Server-admin-functions-from-multiplayer-server-side-script/page2 -
Auto server lock with scripting
SniPeZz_Qc replied to SniPeZz_Qc's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thank you your amazing -
Hi I am trying to do a mission and I try to autolock the server when the amount of players to start have reached. (like battleroyal) So I did some research and i found nothing on this and i can't figured out. If someone can help me a little bit on this it would be great. Thank you SniPeZz
-
Ok thank you boy it's very apreciate.
-
Thank you, now I don't have any error but did is exist a way to change the team and to join de civilian side when you are independent without staying in the independent team ?
-
I have try that but i have this error: private ["_enemyGroup"]; _enemyGroup = createGroup civilian; switch (playerSide) do { case civilian: { }; case independent: { player joinSilent _enemyGroup; }; }; http://i.imgur.com/bJ7pTyW.jpg
-
Ok thank you I will check that
-
Yah that seems a good idea but if I do that I have to make more infected slot (civ) and when the player will join they will go infected (my game mode have to have only 1 infected at the start). I can make a condition that it will end mission for the client with a message that the infected is selected randomnly from the bluefor before the start. Sorry for my english english is not my first language.
-
Ohhh... that's sucks because is the better fast rope systeme out there..