15.06.2014, 18:38
You need to create a global variable with bool on top of your script like new bool:breakmsg[MAX_PLAYERS];
Then on your anti airbreak script, put it like this:
Then on your anti airbreak script, put it like this:
pawn Код:
if(breakmsg[playerid] == false)
{
//your anti fly hack stuff here and the message
breakmsg[playerid] = true;
}