Xeoniz 1 Posted March 12, 2013 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
WalkerDown 1 Posted March 12, 2013 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
ayser 1 Posted March 13, 2013 Both unsigned and hacked work for my server, but i've never tested OnDifferentData Share this post Link to post Share on other sites
Lokyi 10 Posted March 13, 2013 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