#Madara Posted July 29, 2015 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
LabiVila Posted July 29, 2015 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
#Madara Posted July 29, 2015 Author 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
xeon17 Posted July 29, 2015 Posted July 29, 2015 Could you explain how someone can ban Console from admin panel? A unique GangWar gamemode waiting for you!Click here for more information.
GTX Posted July 29, 2015 Posted July 29, 2015 Pff, drugs much? Console can't be banned lol... Or am I wrong? Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
John Smith Posted July 29, 2015 Posted July 29, 2015 Perhaps he wants people with Console ACL not to be banned/kicked? If you find my post useful or if it helped you, please like my post Ingame name: ZoeN
#Madara Posted July 29, 2015 Author Posted July 29, 2015 Perhaps he wants people with Console ACL not to be banned/kicked? yes
GTX Posted July 30, 2015 Posted July 30, 2015 If you want from admin panel, you must edit admin panel. isObjectInACLGroup aclGetGroup -- Console in this case Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
#Madara Posted July 30, 2015 Author Posted July 30, 2015 If you want from admin panel, you must edit admin panel. isObjectInACLGroup aclGetGroup -- Console in this case ok thank you .
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