viros Posted October 21, 2010 Share Posted October 21, 2010 hi all I worked mode anti-s0bet Worked file server but I cannot I'm working file clinet plz help me in file client server function banPlayerCommand ( theClient, commandName, bannedName, reason ) if ( hasObjectPermissionTo ( theClient, "function.banPlayer" ) ) then local bannedPlayer = getPlayerFromNick ( bannedName ) banPlayer ( bannedPlayer, theClient, reason ) outputChatBox ( "ban: " .. bannedName .. " successfully banned", theClient ) else outputChatBox ( "ban: You don't have enough permissions", theClient ) end end addCommandHandler ( "ban", banPlayerCommand ) function banCheater(theCheater) banPlayer(theCheater, getRootElement(), "You are banned because of cheating.") end Link to comment
dzek (varez) Posted October 21, 2010 Share Posted October 21, 2010 Your English makes your posts hard to understand. I don't understand what do you want to achieve? If you expect us to "make client for anticheat" - sorry, we are not machines fulfilling requests. As i can see you have only serverside, probably taken from wiki. Link to comment
[DMC] Posted October 21, 2010 Share Posted October 21, 2010 i dont understand what you mean, explain it by translator maybe so we can help Link to comment
dzek (varez) Posted October 21, 2010 Share Posted October 21, 2010 for me it looks like he have banning function, now he is expecting us to write the detecting functions, so he can add his banning functions on the end of every detect function 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