Hud Dorph 22 Posted May 23, 2008 What are the server command for server to autokick non-signed addons. I have set up server to "verify signatures" but players can join anyway and the server just say something like "playerxxx signature timed out" and the player can go on playing. It does say at join "Files bla bla bla are not signed by a key accepted by this server............ and so on" but player can join anyway. Another question, an addon like ECS does not come with a key-file, does that mean that i can not allow this addon on my server ? Share this post Link to post Share on other sites
aussie dave 0 Posted May 24, 2008 verifySignatures=1; ECS comes with ecs.bikey Share this post Link to post Share on other sites
viper.cless 1 Posted May 24, 2008 verifySignatures=1; You need to add <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">onUnsignedData="kick (_this select 0)"; to your server.cfg too Share this post Link to post Share on other sites