[Ajuda] Apenas determinados nick podem usar algum comando
#2

coloca assim
PHP код:
if(strfind(Nome(playerid),"[ARE]Garotin_[R]",true) != -1
    
if(strcmp(cmd"/cnn"true) == 0)
    {
        
GetPlayerName(playeridsendernamesizeof(sendername));
        if(
strfind(sendername,"Seu_Nome",true) != -1)
        {
            if (
PlayerInfo[playerid][pAdmin] >= 1)
            {
                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"USE: /cnn [cnn formato ~n~=NovaLinha ~r~=Vermelho ~g~=Verde ~b~=Azul ~w~=Branco ~y~=Amarelo ~l~=Preto]");
                    return 
1;
                }
                else
                {
                    
format(stringsizeof(string), "~b~%s: ~w~%s",sendername,result);
                }
                for(new 
0MAX_PLAYERSi++)
                {
                    if(
IsPlayerConnected(i))
                    {
                        
GameTextForPlayer(istring50003);
                    }
                }
                return 
1;
            }
            else
            {
                
SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo estб autorizado a usar este comando!");
                return 
1;
            }
        }
        return 
1;
    } 
@Edit
Qualquer erro me avise
Reply


Messages In This Thread
Apenas determinados nick podem usar algum comando - by TheHiredKillers - 06.10.2015, 17:07
Re: Apenas determinados nick podem usar algum comando - by garotin - 06.10.2015, 17:11
Re: Apenas determinados nick podem usar algum comando - by TheHiredKillers - 06.10.2015, 17:20
Re: Apenas determinados nick podem usar algum comando - by rjjj - 07.10.2015, 15:07
Re: Apenas determinados nick podem usar algum comando - by RogerCosta - 07.10.2015, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)