16.06.2016, 00:08
Alright so I will not name the cheat but you all know the story. Its the one that starts with S ends with IT
So since SetPlayerHealth doesnt get called by the anti cheat and shit, detecting by simply checking
wont work.
SetPlayerHealth like doesnt get called and shit in it, so is there any way to prevent it other way around? I tried looking at some tutorials and some discussions that there were, but cant find anything decent enough,
So since SetPlayerHealth doesnt get called by the anti cheat and shit, detecting by simply checking
PHP Code:
new Float:Hp;
GetPlayerHealth(playerid,HP);
if(HP > some custom HP etc.) return BanPlayer...
SetPlayerHealth like doesnt get called and shit in it, so is there any way to prevent it other way around? I tried looking at some tutorials and some discussions that there were, but cant find anything decent enough,