Jump to content
Sign in to follow this  
Xeoniz

onDifferentData, onHackedData, onUnsignedData

Recommended Posts

onUnsignedData = "kick (_this select 0)";

onHackedData = "kick (_this select 0)";

onDifferentData = "kick (_this select 0)";

Can anyone confirm them working?

I still get the message "player **** is using different data ***" while players connecting but they won't be kicked.

Are these functions not implemented yet in Arma3?

Also "equalModRequired" just points out the players using different mods but won't kick them.

Thanks,

Xeoniz

Share this post


Link to post
Share on other sites

We tested it yesterday trying to autokick ppl with a dev build (checking the longer UID as identifier) and it didn't worked. We don't know if it's the kick to not work or the whole function not implemented/activated.

Share this post


Link to post
Share on other sites

Both unsigned and hacked work for my server, but i've never tested OnDifferentData

Share this post


Link to post
Share on other sites

ondifferentdata is a touchy one, but the other two do work, there's just some serious issues at the moment with the different builds.

equalModRequired should not be used, it's out of date (as commented in the BIS example server.cfg). All that did was compare the -mod= lines for the client and server, not the actual mods themselves.

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  

×