Jump to content
Sign in to follow this  
-HA-badger

onDifferentData command

Recommended Posts

So I can not make this command work. ((

On my server is used ACE. And I wish that the players without it, will could not join.

My server.cfg

passwordAdmin = "*****"; 

//password = "*****"; 

hostname="-=ARMA2.AKeLLa.COM=- @ACE2 Official Server";

maxPlayers=64;


motd[]=
{
"Ð”Ð»Ñ Ð¸Ð³Ñ€Ñ‹ на Ñервере вам необходим мод A.C.E. 2. Без него - Кик",
"You are need A.C.E. 2 mod for playing on this server. Whithout it - kick.",
"Добро пожаловать на официальный Ñервер ARMA II компании AKeLLa",
"Ðаш Ñайт http://akella.com/",
"Welcome to ARMA II AKeLLa Server",
"Our site http://akella.com/",
"Сервер также поддерживаетÑÑ Ð¾Ñ‚Ñ€Ñдом [HA]CCCP",
"Ñайт отрÑда [HA]CCCP - http://our-army.su/",
"Server is also supported by [HA]CCCP",
"[HA]CCCP site http://our-army.su/",
"ÐÐ´Ñ€ÐµÑ Ñевера TeamSpeak3:",
"212.118.33.182:9987",
"TeamSpeak3 server address:",
"212.118.33.182:9987",
"ÐŸÐ»Ð°Ð½Ð¾Ð²Ð°Ñ Ð¿ÐµÑ€ÐµÐ·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° в 7.00 МСК"
};

motdInterval=3;


voteThreshold=0.5;


voteMissionPlayers=1; 


reportingIP="arma2pc.master.gamespy.com";


logfile="AkeLLaServer.log";

class Missions{
class Mission_01   
{
 template = #DM#SHIP#.utes; 
 difficulty = "Regular";   // ÑложноÑÑ‚ÑŒ: Recruit,Regular,Veteran,Expert как и в *.Arma2profile
};
class Mission_02
{
 template = [HA]redsky.utes; 
 difficulty = "Veteran";
};
};



disableVoN=0;

vonCodecQuality=7;


checkfiles[]={"x\ace\addons\version\config.bin"};
verifySignatures=0;
equalModRequired=0;
kickduplicate=1;


persistent=0;


onUserConnected = "";		
onUserDisconnected = "";
doubleIdDetected = "";
regularCheck = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = "ban (_this select 0)"; // tampering of the signature detected
onDifferentData = "kick (_this select 0)";	


BattlEye=0;

As you see I use

checkfiles[]={"x\ace\addons\version\config.bin"}; - it is really shoe when somebody without ACE are joining.

And

onDifferentData = "kick (_this select 0)"; - this is not working. Why???

Share this post


Link to post
Share on other sites

I guess the command only works with

verifySignatures=1;

You could look into doolittle's server side addon to kick people with specific addons.

It should still work in a2.

Share this post


Link to post
Share on other sites
I guess the command only works with

verifySignatures=1;

also does not work
You could look into doolittle's server side addon to kick people with specific addons.
Where i can find it?

Share this post


Link to post
Share on other sites
badger;1529476']

As you see I use

checkfiles[]={"x\ace\addons\version\config.bin"}; - it is really shoe when somebody without ACE are joining.

And

onDifferentData = "kick (_this select 0)"; - this is not working. Why???

I guess making some ace pbos required in the mission should kick them out.

Edited by Cross

Share this post


Link to post
Share on other sites

equalModRequired=1;

With this all clients have to play with the same mods you have on your server... i think...

:j:

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×