#1

_removed_
Reply
#2

If they reach a certain amount of warnings you could automatically kick/ban. I assume you only have the message showing to online admins?

You could also code it so that it only alerts to one detection per hour, or something to that effect.
Reply
#3

What kind of spam? It sends 7 messages per detection? It spams the same message when and only when a player has more than 100.0 HP non-stop? Or anything in between?
Reply
#4

_removed_
Reply
#5

Quote:
Originally Posted by StackedPizza
Посмотреть сообщение
its spam and spam untill you do something like kick the player.
Add an interval to the detection system.

pawn Код:
new ptsAntiHealthHacks[MAX_PLAYERS];

-------------------------------------------------------------

if((gettime() - ptsAntiHealthHacks[playerid]) < (60 * 1)) return 0;

SendClientMessage(...);

ptsAntiHealthHacks[playerid] = gettime();
return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)