I need some help.
#1

Well I was trying to open my own server, my friend gave me a gamemode, he downloaded the gamemode from this site, well when Im starting the GM, and I want to log in on the server, It's auto-banning me for health hacking, Im not using any kind of hack. Anyway to disable the auto-ban, auto-kick system?
Reply
#2

This can be because you had done like this :

OnPlayerLogin

SetPlayerhealth(100);

OnPlayerSpawn

SetplayerHealth(100);

Remove this that then it wouldn't auto kick you.

This thing happends due to this, The system gives you 100 health while you login, but the admin system dosen't know its the system and thinks its an hacker (Ifgetregainhealth(100=Hacker))
Reply
#3

Remove Your Anti Cheat , Simple
Reply
#4

You could also comment the Kick(playerid); function under the anti cheat function for testing/learning purposes later uncomment it again when you're smarter about what's going on in the script and have fixed the issues causing the kick
Reply
#5

Why is this in server support forum?
Reply
#6

This should be in scripting discussion.
Reply
#7

Easy: Make an better Anticheat, or set the Health for Anticheat on 100, and the normal Health for Players on 99. Because Cheatprogramms set the Health automatic to 100.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)