[Ajuda] /gov tempo
#3

Isso ai que o Cristhian mandou!
Eu editei o comando caso vocк nгo soubesse e tambйm coloquei caso nгo estiver dado os 3 minutos vai mandar uma mensagem mandando ele aguardar 3 minutos.

Faзa isso:
Adicione no topo do seu GM:
PHP код:
new bool:gov[MAX_PLAYERS]; 
Substitua seu comando /governo por este aqui:
PHP код:
if(strcmp(cmd"/governo"true) == || strcmp(cmd"/gov"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(!
IsACop(playerid))
            {
                
SendClientMessage(playeridCOLOR_GREY"   Vocк nгo й um policial !");
                return 
1;
            }
            if(
gov[playerid] == true// creditos ian
            
{
                
SendClientMessage(playeridCOLOR_GREY"   Vocк deve aguardar 3 minutos antes de mandar outro /gov(erno).");
                return 
1;
            }
            if(
PlayerInfo[playerid][pRank] < 5)
            {
                
SendClientMessage(playeridCOLOR_GREY"   Vocк precisar ter cargo maior ou igual а 5 !");
                return 
1;
            }
            
GetPlayerName(playeridsendernamesizeof(sendername));
            new 
length strlen(cmdtext);
            while ((
idx length) && (cmdtext[idx] <= ' '))
            {
                
idx++;
            }
            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))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"USO: (/gov)erno [texto]");
                return 
1;
            }
            
SendClientMessageToAll(COLOR_WHITE"|___________ Notнcias governamentais ___________|");
            for(new 
luplay=0;luplay<6;luplay++){
            if(
strfind(resultIP[luplay], true) != -1){result "PКGO EM FRБGRANTE!!!Jogador tentando divulgar algum IP.";}}
            if(
PlayerInfo[playerid][pMember] == 7)
            {
              
format(stringsizeof(string), "Polнtico %s: %s"sendernameresult);
            }
            else if(
PlayerInfo[playerid][pMember] == 21)
            {
              
format(stringsizeof(string), "Oficial BOPE %s: %s"sendernameresult);
            }
            else if(
PlayerInfo[playerid][pMember] == 14)
            {
              
format(stringsizeof(string), "Oficial PRF %s: %s"sendernameresult);
            }
            else if(
PlayerInfo[playerid][pMember] == 3)
            {
              
format(stringsizeof(string), "Forзas Armadas %s: %s"sendernameresult);
            }
            else if(
PlayerInfo[playerid][pMember] == 24)
            {
              
format(stringsizeof(string), "Bombeiro %s: %s"sendernameresult);
            }
            else
            {
              
format(stringsizeof(string), "Oficial %s: %s"sendernameresult);
            }
            
SendClientMessageToAll(COLOR_DBLUEstring);
            
gov[playerid] = true;//Creditos a Cristhian
            
SetTimerEx("ggov"60000*3false"d"playerid);//Creditos a Cristhian
        
}
        return 
1;
    } 
No final do GM adicione:
PHP код:
forward ggov(playerid);
public 
ggov(playerid)
{
    if(
gov[playerid])
    {
        
gov[playerid] = false;
    }
    return 
1;

FLW Boa sorte.
Reply


Messages In This Thread
[Ajuda] /gov tempo - by vitorpedro - 15.10.2011, 05:07
Re: [Ajuda] /gov tempo - by Cristhian - 15.10.2011, 05:11
Re: [Ajuda] /gov tempo - by iansinho - 15.10.2011, 05:21
Re: [Ajuda] /gov tempo - by Lуs - 15.10.2011, 05:22
Re: [Ajuda] /gov tempo - by Cristhian - 15.10.2011, 05:24

Forum Jump:


Users browsing this thread: 1 Guest(s)