11.10.2015, 12:26
you can use this:
PHP код:
new AntiSpam[MAX_PLAYERS];
PHP код:
if(gettime() < AntiSpam[playerid]) {
AntiSpam[playerid] = gettime() + 4;
}
else {
//here to send him to he is spaming
}