[Ajuda] Relatorio com tempo
#1

Bom queria que me ajudasem a por o /relatorio com tempo
ta ai o code:
Quote:

if(strcmp(cmd, "/relatorio", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid, COLOR_GREY, "Voce nгo estб logado!");
return 1;
}
GetPlayerName(playerid, sendername, sizeof(sendername));
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' '))
{
idx++;
}
new offset = idx;
new result[64];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
{
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
{
SendClientMessage(playerid, COLOR_GRAD2, "USE: /relatorio [texto]");
return 1;
}
format(string, sizeof(string), "[ATENЗГO] ==> Relatorio de %s(%d): %s", sendername, playerid, (result));
ABroadCast(COLOR_LIGHTBLUE,string,1);
SendClientMessage(playerid, COLOR_YELLOW, "Sua mensagem foi enviada б administraзгo,Aguarde uma resposta.");
}
return 1;
}

@edit Tempo de 10s POr exemplo
Espere 10 segundos para mandar outro /relatorio.
Reply


Messages In This Thread
Relatorio com tempo - by darkturque - 03.07.2012, 17:46
Re: Relatorio com tempo - by The_G0dFather - 03.07.2012, 18:46
Re: Relatorio com tempo - by ShakeTH4T - 03.07.2012, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)