[Pedido] Contagem
#9

Jб que estгo a usar ZCMD , seria mais fбcil utilizar a callback "OnPlayerCommandPerformed".
PHP код:
new blockcmd[MAX_PLAYERS];

public 
OnPlayerCommandPerformed(playeridcmdtext[], success)
{
if(
blockcmd[playerid] == 1) return SendClientMessage(playerid,-1,"Nгo floode comandos !");
if(
sucess)
{
blockcmd[playerid] = 1;
SetTimerEx("DesbloqCMD",5000,false,"i",playerid);
}
return 
1;
}


forward DesbloqCMD(playerid);
public 
DesbloqCMD(playerid)
{
blockcmd[playerid] = 0;
return 
1;

Acho que assim funcionaria
Obs: desculpe pela identaзгo , pois eu fiz aqui na box do fуrum
Reply


Messages In This Thread
Contagem - by Freak@ - 30.08.2013, 15:36
Re: Contagem - by XxFaTaLxX - 30.08.2013, 15:48
Re: Contagem - by bruxo00 - 30.08.2013, 15:48
Re: Contagem - by Freak@ - 30.08.2013, 15:56
Re: Contagem - by xxRaioxx - 30.08.2013, 19:31
Re: Contagem - by xxRaioxx - 30.08.2013, 19:36
Re: Contagem - by [THs]ShadoW - 30.08.2013, 19:43
Re: Contagem - by xxRaioxx - 30.08.2013, 19:46
Re: Contagem - by darkxdll - 30.08.2013, 19:53
Re: Contagem - by [THs]ShadoW - 30.08.2013, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)