Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
You can't directly detect CLEO modifications. And additionally, you can just use a server-sided health system to avoid people from being able to HH.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
There's lots of ways to do so, you can look up some Anticheat tutorials.
Personally i use enumerator variable with their health that looks like "PlayerInfo[playerid][Health]".
Then i have a custom damage system, which decreases the players Health-variable and his ingame health.
Thereby i can see if he does not loose health, or if he regenerates his health.
Some people also prefer an easy method, setting his health to 99, then if he has 100 he's probably using a health regeneration cheat.
Posts: 983
Threads: 98
Joined: Feb 2012
Reputation:
0
It depends on the type of the cleo. For instance, there are cleos that do flying as a result you have to search around this forums for some anticheats for it; else you have to code one yourself.