[Ajuda] Remover dos procurados
#1

Ja tentei fazer desse cmd assim: /removerlistap [id] [motivo] mais nгo consigo, ai tinha que apareзer pra todos O policial % removeu da lista de procurados o jogador %.

pawn Код:
if(strcmp(cmd, "/removerlistap", true) == 0)
if(dini_Int(file, "Profissao") == Policial_C || dini_Int(file, "Profissao") == Policial_F || dini_Int(file, "Profissao") == Recruta || dini_Int(file, "Profissao") == Bope || dini_Int(file, "Profissao") == Swat || dini_Int(file, "Profissao") == Rotam || dini_Int(file, "Profissao") == Policial_M || dini_Int(file, "Profissao") == FBI || dini_Int(file, "Profissao") == Interpol || dini_Int(file, "pAdm01") == 1){
new tmp[256];
tmp = strtok(cmdtext, idx);
new plid;
plid = strval(tmp);
if(!strlen(tmp))
{
SendClientMessage(playerid, 0xFFD39BAA, "Use: /removerlistap [id]");
return 1;
}
if(IsPlayerConnected(plid))
{
    new str[128];
    new giveplayer[MAX_PLAYER_NAME];
    new sendername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, sendername, sizeof(sendername));
    GetPlayerName(plid, giveplayer, sizeof(giveplayer));
    format(str, sizeof(str), "{0099FF}[x]{CCCCFF} O policial %s tirou vocк da lista de procurados!", sendername);
    SendClientMessage(plid, 0xFFD39BAA, str);
    format(str, sizeof(str), "{0099FF}[x]{CCCCFF} Vocк retirou o jogador %s da lista de procurados!", giveplayer);
    SendClientMessage(playerid, 0xFFD39BAA, str);
    dini_IntSet(file, "Procurado", 0);
    SetPlayerWantedLevel(plid, 0);
    Procurados[plid]= 0;
    return 1;
    }
    else
    {
    SendClientMessage(playerid, 0xFFD39BAA, "(ERRO) Jogador nгo conectado ou esse e seu id");
    return 1;
}
}
Reply


Messages In This Thread
Remover dos procurados - by Arthenry - 15.07.2012, 00:40
Re: Remover dos procurados - by BreakDriFT - 15.07.2012, 00:43
Re: Remover dos procurados - by Arthenry - 15.07.2012, 00:52
Re: Remover dos procurados - by Sampizito - 15.07.2012, 01:19
Re: Remover dos procurados - by Arthenry - 15.07.2012, 02:49
Re: Remover dos procurados - by darkxdll - 15.07.2012, 05:39
Re: Remover dos procurados - by Arthenry - 15.07.2012, 13:07
Re: Remover dos procurados - by RebeloX - 15.07.2012, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)