22.07.2012, 04:00
pawn Код:
IsSpamming(pid,temp)
{
static sz_t[MAX_PLAYERS char];
if(sz_t{pid} == 0)
{
sz_t{pid} = gettime();
return false;
}
if((gettime() - sz_t{pid}) >= temp) return true;
return sz_t{pid} = gettime();
}
Utilizando:
pawn Code:
if(IsSpamming(playerid, 3)) // 3 segundos
{
return SendClientMessage(playerid, -1,"Pare con o frodi mano!"),0;
}
faзa bom proveito
creditos a
[Full]Garfield[XDB]