[Ajuda] Tem como ponhar tempo no comando.
#6

Eu ponhei no comando /punir 0 10 teste nгo aparece cromado prendeu o jogador tal tal tal tal tal.... n aparece nada '-'

Ta certo isso?
pawn Код:
if(strcmp(cmd, "/punir", true) == 0) {
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
format(file, sizeof(file), PASTA_CONTAS, aname);
if(pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5){
new tmp[256];
new plid;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) {
SendClientMessage(playerid, Vermelho, "Digite: /punir [id] [Tempo] [motivo]");
return 1;
}
plid = strval(tmp);
new pname[MAX_PLAYER_NAME];
GetPlayerName(plid, pname, MAX_PLAYER_NAME);
format(file2, sizeof(file2), PASTA_CONTAS, pname);
if(IsPlayerConnected(plid)){
new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' ')) {
idx++;
}
new Hour,Min,Sec;
gettime(Hour,Min,Sec);
format(string,256,"Lalala kikado tal horas: %s tal minuto: %s tal segundo %s", Hour,Min,Sec);
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))
{
format(string, sizeof(string), "{00FF00}| INFO | O administrador %s puniu o jogador %s TEMPO : %d(Motivo: %s)", aname,pname,result,aviso[plid]);
SendClientMessageToAll(tcadm, string);
}
}else{
format(string, sizeof(string), " (ERRO) ID %d invбlido!", plid);
SendClientMessage(playerid, Vermelho, string);
}
}
return 1;
}
Reply


Messages In This Thread
Tem como ponhar tempo no comando. - by Cromado - 28.05.2013, 22:13
Re: Tem como ponhar tempo no comando. - by davi54723 - 28.05.2013, 22:44
Re: Tem como ponhar tempo no comando. - by Cromado - 29.05.2013, 02:10
Re: Tem como ponhar tempo no comando. - by davi54723 - 29.05.2013, 02:30
Re: Tem como ponhar tempo no comando. - by Cromado - 29.05.2013, 02:36
Re: Tem como ponhar tempo no comando. - by Cromado - 29.05.2013, 02:41
Re: Tem como ponhar tempo no comando. - by davi54723 - 29.05.2013, 02:42
Re: Tem como ponhar tempo no comando. - by focaximubh - 29.05.2013, 03:00
Re: Tem como ponhar tempo no comando. - by Cromado - 29.05.2013, 03:11
Re: Tem como ponhar tempo no comando. - by focaximubh - 29.05.2013, 03:17

Forum Jump:


Users browsing this thread: 1 Guest(s)