#Madara Posted July 29, 2015 Share Posted July 29, 2015 (edited) Hi guys How i make this script ? if anyone will ban a anyone in Console ACL the who will ban get ban and if anyone will kick anyone in Console ACL the who will kick get kick Edited July 30, 2015 by Guest Link to comment
LabiVila Posted July 29, 2015 Share Posted July 29, 2015 function kickP (source, cmd, target) local target = getPlayerFromName (target) local you = getPlayerName (source) if target then kickPlayer (target) kickPlayer (source) end end addCommandHandler ("kick", kickP) this should be working fine Link to comment
#Madara Posted July 29, 2015 Author Share Posted July 29, 2015 function kickP (source, cmd, target) local target = getPlayerFromName (target) local you = getPlayerName (source) if target then kickPlayer (target) kickPlayer (source) end end addCommandHandler ("kick", kickP) this should be working fine this is command but i want from Admin panel Link to comment
xeon17 Posted July 29, 2015 Share Posted July 29, 2015 Could you explain how someone can ban Console from admin panel? Link to comment
GTX Posted July 29, 2015 Share Posted July 29, 2015 Pff, drugs much? Console can't be banned lol... Or am I wrong? Link to comment
John Smith Posted July 29, 2015 Share Posted July 29, 2015 Perhaps he wants people with Console ACL not to be banned/kicked? Link to comment
#Madara Posted July 29, 2015 Author Share Posted July 29, 2015 Perhaps he wants people with Console ACL not to be banned/kicked? yes Link to comment
GTX Posted July 30, 2015 Share Posted July 30, 2015 If you want from admin panel, you must edit admin panel. isObjectInACLGroup aclGetGroup -- Console in this case Link to comment
#Madara Posted July 30, 2015 Author Share Posted July 30, 2015 If you want from admin panel, you must edit admin panel. isObjectInACLGroup aclGetGroup -- Console in this case ok thank you . Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now