28.04.2012, 00:56
pawn Код:
new Flood[MAX_PLAYERS];
#define FLOOD_SEGUNDOS 5
// No comando
if(Flood[playerid] < gettime()) return SendClientMessage(playerid, -1, "Aguarde "FLOOD_SEGUNDOS" segundos.");
Flood[playerid] = gettime() + FLOOD_SEGUNDOS;