[Ajuda] Vc С Esta...
#1

Gente estou com um poblema no /daradmin se eu digito vai tudo normal funciona mais aparece a mensagem BPL: Voce nгo esta autorizado a usar este comando! mesmo eu podendo. Mas o ADM entra normal sу quero arrumar o BUG da mensagem:

PHP код:
    if(strcmp(cmd"/daradmin"true) ==)
    {
        
GetPlayerName(playeridsendername256);
        if(
strcmp(sendername,"felipe_mr",true)==|| strcmp(sendername,"123454645616131",true)==0)
        {
            
tmp strtok(cmdtextidx);
            if(!
strlen(tmp))
            {
                
SendClientMessage(playeridCOLOR_GRAD2"BPL: /daraadmin [ id ] [Level 0 б 1342]");
                return 
1;
            }
            new 
para1;
            new 
level;
            
para1 ReturnUser(tmp);
            
tmp strtok(cmdtextidx);
            
level strval(tmp);
            
GetPlayerName(playeridsendername256);
               {
                if(
IsPlayerConnected(para1))
                {
                    if(
para1 != INVALID_PLAYER_ID)
                    {
                        
GetPlayerName(para1giveplayersizeof(giveplayer));
                        
GetPlayerName(playeridsendernamesizeof(sendername));
                        
PlayerInfo[para1][pAdmin] = level;
                        
printf("ADMIN CMD: %s has promoted %s to a level %d admin."sendernamegiveplayerlevel);
                        
format(stringsizeof(string), "   Voce foi promovido para level  %d de Admin - Por %s"levelsendername);
                        
SendClientMessage(para1COLOR_LIGHTBLUEstring);
                        
format(stringsizeof(string), "   Voce promoveu o(a) %s Para o level %d de Admin."giveplayer,level);
                        
SendClientMessage(playeridCOLOR_LIGHTBLUEstring);
                        
format(stringsizeof(string), "%s Promoveu %s a adm level %d ",sendername,giveplayer,level);
                    }
                }
                
SendClientMessage(playeridCOLOR_LIGHTGREEN"BPL: Voce nгo esta autorizado a usar este comando!");
            }
        }
        return 
1;
    } 
Reply


Messages In This Thread
Vc С Esta... - by felipe_mr - 11.11.2012, 21:17
Re: Vc С Esta... - by BielCOP - 11.11.2012, 21:19
Re: Vc С Esta... - by felipe_mr - 11.11.2012, 21:32
Re: Vc С Esta... - by BielCOP - 11.11.2012, 21:34
Re: Vc С Esta... - by felipe_mr - 11.11.2012, 21:36
Re: Vc С Esta... - by BielCOP - 11.11.2012, 21:42
Re: Vc С Esta... - by felipe_mr - 11.11.2012, 21:43
Re: Vc С Esta... - by Zona_Sky - 11.11.2012, 21:52

Forum Jump:


Users browsing this thread: 2 Guest(s)