[Ajuda]cmd fail
#5

pawn Код:
if(!strcmp(cmd, "/prender", true))
{
    new nomes[MAX_PLAYER_NAME][2];
    GetPlayerName(playerid, nomes[0], MAX_PLAYER_NAME);
    format(file, sizeof(file), PASTA_CONTAS, nomes[0]);
    new profissao = dini_Int(file, "Profissao"), admin = dini_Int(file, "aAdmin");
    if(profissao == Policial_C || profissao == Policial_F || profissao == Delegado || profissao == Bope || profissao == Swat || profissao == Narcoticos || profissao == Policial_M || profissao == FBI || profissao == LSPD || admin == 1)
    {
        new tmp[128];
        new plid;
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp))
            return SendClientMessage(playerid, Vermelho, "Digite: /prender [id] [motivo]");

        plid = strval(tmp);
        if(!IsPlayerConnected(plid) || plid == playerid) return 1;

        if(IsPlayerInAnyVehicle(plid) || IsPlayerInAnyVehicle(playerid)) return
            SendClientMessage(playerid, Vermelho, "(ERRO) Alguem estб dentro de um carro.");
        if(GetDistanceBetweenPlayers(plid,playerid) < 10) return SendClientMessage(playerid, -1, "Longe demais.");

        GetPlayerName(plid, nomes[1], MAX_PLAYER_NAME);
        new file2[MAX_PLAYER_NAME+20];
        format(file2, sizeof(file2), PASTA_CONTAS, nomes[0]);
        new length = strlen(cmdtext);
        while ((idx < length) && (cmdtext[idx] <= ' ')) {
            idx++;
        }
        new offset = idx, result[64];
        while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) {
            result[idx - offset] = cmdtext[idx];
            idx++;
        }
        result[idx - offset] = EOS;
        if(!strlen(result))
            return SendClientMessage(playerid, Vermelho, "Uso: /prender [id] [motivo]");
        format(string, sizeof(string), "(INFO) O Policial %s Prendeu o jogador %s (Motivo: %s)", aname,nomes[1],result);
        SendClientMessageToAll(tcadm, string);
        format(string, sizeof(string), "(INFO) O Policial %s te prendeu.", nomes[0]);
        SendClientMessage(plid, Blue, string);
        SetPlayerPos(plid, 263.8820,77.4002,1001.0391);
        SetPlayerInterior(plid, 6);
        SetPlayerHealth(plid, 99999);
        ResetPlayerWeapons(plid);
        dini_IntSet(file2, "Preso", 1);
        SendClientMessage(playerid, COLOR_GREEN, "(INFO) Preso com sucesso.");
        preso[plid] = 1;
        TogglePlayerControllable(plid, 1);
        if(Procurados[plid] == 1) {
            GivePlayerGrana(playerid,5000);
            Procurados[plid] = 0;
            SendClientMessage(playerid, Verde, "(INFO) Vocк prendeu um jogador procurado e ganhou 5 mil!");
            dini_IntSet(file2, "Procurado", 0);
        }
        return 1;
    }
    return 1;
}
Identado e editado p/vocк, se compilar da reputation.

Vou pro meu tйcnico inform. agora, flw
Reply


Messages In This Thread
[Ajuda]cmd fail - by DrTHE - 31.08.2011, 12:20
Re: [Ajuda]cmd fail - by Kmatsu - 31.08.2011, 12:54
Re: [Ajuda]cmd fail - by DrTHE - 31.08.2011, 13:13
Re: [Ajuda]cmd fail - by Lipe_Stronda - 31.08.2011, 13:23
Re: [Ajuda]cmd fail - by Ricop522 - 31.08.2011, 14:27
Re: [Ajuda]cmd fail - by vitorpedro - 31.08.2011, 14:54
Re: [Ajuda]cmd fail - by StrondA_ - 31.08.2011, 18:27

Forum Jump:


Users browsing this thread: 2 Guest(s)