=FAS=Shigawire Posted September 13, 2008 Share Posted September 13, 2008 Yo, i wonder if this script is working, but i cant test it, bcause i cant hack. ^^ addEventHandler ("onPlayerDamage", getRootElement (), local playerHealth = getElementHealth ( source ) if playerHealth == 100 then kickPlayer (source, source, "Don't hack your Health!") end ) Edit: and btw. i see: when our server gets more than 20 Players, some players will get timed out, until there are only 20 players left again. is that normal? Link to comment
XetaQuake Posted September 13, 2008 Share Posted September 13, 2008 Nice script! Can anybody test this script? I don´t want to hack too. And a Movie would be nice, to see this little script in action with a healt hack and btw. i see: when our server gets more than 20 Players, some players will get timed out, until there are only 20 players left again. is that normal? On our Server, Timeouts are from time to time too, its annoying Link to comment
=FAS=Shigawire Posted September 13, 2008 Author Share Posted September 13, 2008 Ye.. the time outs are annoying.. and the hackers, too. Our anti-cheat script for armor kicked at least 20 palyers in 3 days *rolleyes* Link to comment
XetaQuake Posted September 13, 2008 Share Posted September 13, 2008 Our anti-cheat script for armor kicked at least 20 palyers in 3 days *rolleyes* Hey, would you post it here too? Link to comment
=FAS=Shigawire Posted September 13, 2008 Author Share Posted September 13, 2008 sure PM... if a cheater finds out how the resource works, he will find a nice way to destry much work If anyone interested of the ant-armor-cheat thing, he can contact me ^^ Link to comment
50p Posted September 14, 2008 Share Posted September 14, 2008 addEventHandler ("onPlayerDamage", getRootElement (), local playerHealth = getElementHealth ( source ) if playerHealth == 100 then kickPlayer (source, source, "Don't hack your Health!") end ) Do you think player can kick himself? If you allow them in acl.xml then yes. You sould kick them using Console element, like: getElemetsByType( "Console" )[ 1 ] Link to comment
=FAS=Shigawire Posted September 14, 2008 Author Share Posted September 14, 2008 Lolz. RIght. that was stupid ^^ now its the RootElement that kicks the Player ( = Console, i guess). Pls correct me if i am wrong 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