[Ajuda] Meu GM pode prender sem ta nos procurados ajuda ?
#1

PHP код:
if(strcmp(cmd"/prender"true) == 0)
    {
        
format(filesizeof(file), PASTA_CONTASGetPlayerNameEx(playerid));
        if(
dini_Int(file"Profissao") == Policial_C || dini_Int(file"Profissao") == Policial_F || dini_Int(file"Profissao") == Delegado || dini_Int(file"Profissao") == Bope || dini_Int(file"Profissao") == Swat || dini_Int(file"Profissao") == Narcoticos || dini_Int(file"Profissao") == Policial_M || dini_Int(file"Profissao") == FBI || dini_Int(file"Profissao") == Interpol || dini_Int(file"Profissao") == LSPD || dini_Int(file"aAdmin") == || PlayerInfo[playerid][SCON] == true)
        {
            new 
plidmotivo[64];
            if(
sscanf(cmdtext"s[5]us[64]"cmdplidmotivo))
            {
                
SendClientMessage(playeridVermelho"Use: /prender [id] [motivo]");
                return 
1;
            }
            if(
IsPlayerInAnyVehicle(plid) || IsPlayerInAnyVehicle(playerid))
            {
                
SendClientMessage(playeridVermelho"Alguem estб dentro de um carro.");
                return 
;
            }
            if(
plid == playerid)
            {
                
SendClientMessage(playeridVermelho"Vocк nгo pode fazer isto com si mesmo.");
                return 
;
            }
            if(!
IsPlayerConnected(plid))
            {
                
SendClientMessage(playeridVermelho"O(A) jogador(a) nгo estб conectado.");
            }
            else
            {
                if(
GetDistanceBetweenPlayers(plidplayerid) < 10)
                {
                    {
                        
PrenderPlayer(plid);
                        
GivePlayerGrana(playerid700);
                        
format(stringsizeof(string), "O oficial da lei %s te prendeu. Porque vocк era um procurado/suspeito(a)."GetPlayerNameEx(playerid));
                        
SendClientMessage(plidBluestring);
                        
format(stringsizeof(string), "O jogador %s (ID: %d) Foi Preso por %s (ID: %d)Motivo: %s"GetPlayerNameEx(plid), GetPlayerNameEx(playerid), motivo);
                        
SendClientMessageToAll(Bluestring);
                    }
                }
                else
                {
                    
SendClientMessage(playeridVermelho"Chegue mais perto para prender!");
                }
            }
        }
        else
        {
            
SendClientMessage(playeridVermelho"Apenas policiais podem usar este comando!");
        }
        return 
1;
    } 
Esse eh o comando , tб dando pra prender sem tб nos procurados oquк eu fasso ? AJUDA AEH +REP'
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)