20.07.2012, 16:04
pawn Код:
new TimePost[MAX_PLAYERS];
if(GetTickCount() - TimePost[playerid] < 20000/* Segundos igual no SetTimer*/) return SendClientMessage(playerid, -1, "[Erro]: Espere 20 segundos para postar outro comentario.");
TimePost[playerid] = GetTickCount();