anksel Posted February 11, 2012 Posted February 11, 2012 Screenshot: On Join: On Login(if a realy member of the team): Kicked (ChatBox Messages): User who was kicked: Requirements: ACL(Add Resource in the acl Admin) ACL(An acl group for check) Cost: 3€ PayPal or Trade Resource Contact Skype: xlmskilledz7z N.B: I'm posting it for who want it,im not saying " Im a bastard,pay it ",we can trade resources/maps. Thanks,Anksel Thanks to UG|~Ludo for the help!
anksel Posted February 11, 2012 Author Posted February 11, 2012 Mhm that unright,cuz if one member change serial you need remodify full script,mine use the check with acl groups,that are serverside so not need modify
anksel Posted February 12, 2012 Author Posted February 12, 2012 Yeah good,but i didn't use that syntax.
Paper Posted February 12, 2012 Posted February 12, 2012 It's not a complicated script... anyone whit a small lua experience can make it lol
TwiX! Posted February 12, 2012 Posted February 12, 2012 this better for u (OFFTOP) function joinKick() targetName = string.lower(string.gsub(getPlayerName(source), '#%x%x%x%x%x%x', '')) findString = string.lower("UG|") if string.find(targetName, findString, 1, true) then setTimer(banHim, 1000, 1, source) end end addEventHandler("onPlayerJoin", getRootElement(), joinKick) function banHim(source) banPlayer(source, true, true, true, "Console", "Go away bit**", 0) end :DD
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