Spamming Adminwarn for Anti-Cheat
#1

Hi.

i have this code to broadcast the anticheat warn to admins

Код HTML:
OnCheat(playerid, type, code)
{
								new name[MAX_PLAYER_NAME], string[24+MAX_PLAYER_NAME];
								GetPlayerName(playerid, name, sizeof(name));
                                format(string, 256, "Server detected %s on %s(%i).", Cheatsa[code], name, playerid);
                                ABroadCast(-1,string,1);
}
And this code is spamming like this:

in 1 second:
Server detected SpeedHack on Japanda(0).
Server detected SpeedHack on Japanda(0).
Server detected SpeedHack on Japanda(0).
Server detected SpeedHack on Japanda(0).
Server detected SpeedHack on Japanda(0).
Server detected SpeedHack on Japanda(0).

Any idea?

Sry for my bad english.
Reply


Messages In This Thread
Spamming Adminwarn for Anti-Cheat - by Japanda - 21.11.2015, 15:28
Re: Spamming Adminwarn for Anti-Cheat - by Japanda - 21.11.2015, 15:35
Re: Spamming Adminwarn for Anti-Cheat - by iKarim - 21.11.2015, 15:38
Re: Spamming Adminwarn for Anti-Cheat - by Japanda - 03.12.2015, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)