[Ajuda] Logamento
#4

PHP Code:
    new cmd[50], idx;
    
cmd strtok(cmdtextidx);
    if(!
strcmp(cmd,"/setadmin2"true)){
        if(
IsPlayerAdmin(playerid))
        {
            new 
tmp[20], plidskin;
        
            
tmp strtok(cmdtextidx);
            if(!
strlen(tmp)) return SendClientMessage(playeridCOR_ERRO"[] Digite: /setadmin [id] [Level]");
            
plid strval(tmp);
            
tmp strtok(cmdtextidx);
            if(!
strlen(tmp)) return SendClientMessage(playeridCOR_ERRO"[] Digite: /setadmin [id] [Level]"); 
            
skin strval(tmp);
            if(
skin || skin 0) return SendClientMessage(playeridCOR_ERRO"[] O level Permitido para ADM e 0 a 6!");
            
SendClientMessage(playerid,AzulClaro,"-----------------------------------------------------------------------------------------------------------------------------------"); 
            
format(gstring50,"Parabйns pela promoзгo: %s",PlayerName(playerid)); 
            
SendClientMessage(playerid,AzulClaro,gstring); 
            
SendClientMessage(playerid,AzulClaro,"Use: /comandosadm para conhecer seus novos comandos"); 
            
SendClientMessage(playerid,AzulClaro,"-----------------------------------------------------------------------------------------------------------------------------------"); 
            
            new 
pname[MAX_PLAYER_NAME]; 
            
GetPlayerName(plidpnameMAX_PLAYER_NAME); 
            
            if(
IsPlayerConnected(plid))
            {
                if(
skin 0){
                    
pAdmin[plid] = skin;
                    
SpawnPlayer(plid);
                    
format(stringsizeof(string), "[] O %s %s Promoveu ( %s ) Para %s Do Servidor"CargoAdmin(playerid),PlayerName(playerid),PlayerName(playerid),CargoAdmin(playerid),pname); 
                    
SendClientMessageToAll(AzulClarostring);
                }
                else
                {
                    
pAdmin[plid] = 0;
                    
SpawnPlayer(plid);
                    
format(stringsizeof(string), "[]  O %s %s Removeu %s da STAFF!"PlayerName(playerid),pname);
                    
SendClientMessage(playeridCOR_ERROstring);
                }
                
printf("Level admin player: %d",pAdmin[plid]);
                return 
1
            }else return 
SendClientMessage(playeridCOR_ERRO"[] Jogador offline"); 
        }
    } 
ver oque aparece no console do servidor quando voce seta o pAdmin do player.
OBS: eu coloquei um printf ai.

se o resultado for exatamente oque voce colocou, significa que o comando que o comando esta funcionando perfeitamente que foi oque aconteceu aqui.
Reply


Messages In This Thread
Logamento - by LUCASSSS - 08.02.2019, 21:12
Re: Logamento - by PedroH - 08.02.2019, 21:25
Re: Logamento - by LUCASSSS - 08.02.2019, 21:27
Re: Logamento - by PedroH - 08.02.2019, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)