[Ajuda] AntFlod
#3

Quote:
Originally Posted by Gleisson_.
Посмотреть сообщение
pawn Код:
if(Flood[playerid] < gettime()) return SendClientMessage(playerid, -1, "Aguarde %d segundos.", FLOOD_SEGUNDOS);
Nossa --'

Se mate por favor


O certo:
pawn Код:
if(Flood[playerid] < gettime())
{
    static Str[30];
    format(Str, sizeof(Str), "Aguarde %d Segundos.", FLOOD_SEGUNDOS);
    SendClientMessage(playerid, -1, Str);
    return true;
}
Reply


Messages In This Thread
AntFlod - by Mteck - 26.12.2012, 18:08
Re: AntFlod - by Gleisson_. - 26.12.2012, 18:25
Re: AntFlod - by EditPawn - 26.12.2012, 18:28
Re: AntFlod - by Gleisson_. - 26.12.2012, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)