SA-MP Forums Archive
[Ajuda] Como arruma comando ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Como arruma comando ? (/showthread.php?tid=435651)



Como arruma comando ? - Brunooh - 07.05.2013

Crieii esse comando aquiiee
PHP код:
    if(strcmp(cmd"/setarprisao"true) == 0)
    {
        
format(filesizeof(file), PASTA_CONTASGetPlayerNameEx(playerid));
        if(
dini_Int(file"aAdmin") == || PlayerInfo[playerid][SCON] == true)
        {
            new 
plidtempo[20];
            if(
sscanf(cmdtext"s[5]us[20]"cmdplidtempo))
            {
                
SendClientMessage(playeridVermelho"Use: /setarprisao [id] [tempo]");
                return 
1;
            }
            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) < 100)
                {
                    {
                        
PrenderPlayer(plid);
                        
GivePlayerGrana(playerid1000);
                        
format(stringsizeof(string), "O Admin %s (ID: %d) Prendeu %s (ID: %d)Tempo: %s MINUTOS."GetPlayerNameEx(playerid), playeridGetPlayerNameEx(plid), plidtempo);
                        
SendClientMessageToAll(Bluestring);
                        
SendClientMessage(playeridVerde"Vocк prendeu um(a) abuser(a) e foi recompensado com $$");
                    }
                }
                else
                {
                    
SendClientMessage(playeridVermelho"Chegue mais perto para prender!");
                }
            }
        }
        else
        {
            
SendClientMessage(playeridVermelho"Apenas admins podem usar este comando!");
        }
        return 
1;
    } 
Mais vai tudo certo mais sу quк eu SETO um tempo pra prender ah pessoa o tempo quк eu escolhee nгo vaii , vaii como se fosse preso normal , tipo seto 60 MIN , mais nгo vaii lб tб 8 MIN o tempo normal da cadeia quando um policial prende preciso de ajuda AGRADEЗO !