10.07.2011, 16:54
Quando eu coloco a stock, da 6 ERROS.
Abaixo estб as linhas:
Serб que tem aver com meu anti-flood nos comandos?
Abaixo estб as linhas:
Abaixo estб as linhas:
pawn Code:
stock iStrLower(sStr[])
{
iStrLoop(sStr,i) if (0x41 <= sStr[i] <= 0x5A) sStr[i] += 32;
return sStr;
}
Abaixo estб as linhas:
pawn Code:
SetTimerEx("CmdTimerOff",5000,false,"i",playerid);
if(GetPVarInt(playerid,"CMD")==1) return SendClientMessage(playerid, 0xAAAAAAAA, ".::[INFO] Sem flood nos comandos, Espere 5 segundos .!");
if(GetPVarInt(playerid,"CMD")==0)
{
SetPVarInt(playerid,"CMD",1);
}