[Pedido] Uma Mensagem Por Vez
#3

Quote:
Originally Posted by Injury
Посмотреть сообщение
Bem simples.
Aliбs, seu sistema estava meio errado, nгo que nгo iria funcionar, mas ia sempre mostrar o ID 0. Fixado!

Код:
SetTimerEx("Ranking", 40000, 0, "i", 0); 

public Ranking(id) 
{ 
    new 
        value, 
    	Kill,
	String[500],
     	playerid 
    ;

    switch(id)
    {
    	case 0:
    	{
            for(new i = 0; i <= GetPlayerPoolSize(); i++) 
            { 
	        if(GetPlayerScore(i) > value) 
		{ 
		    value = GetPlayerScore(i);
                    playerid = i; 
		}
	    }
            format(String,sizeof(String),"O jogador com maior level online й %s. Level atual : %d",Nome(playerid), value); 
            SendClientMessageToAll(-1,String); 		         
    	}
    	case 1:
    	{
            for(new i = 0; i <= GetPlayerPoolSize(); i++) 
	    {
	        if(GetPlayerMoney(i) > value) 
	        { 
	            value = GetPlayerMoney(i);
                    playerid = i; 
	        }         		
    	    }
            format(String,sizeof(String),"O jogador com mais dinheiro online й %s. Dinheiro atual : %d",Nome(playerid), value); 
	    SendClientMessageToAll(-1,String);     		
    	}  
    }
    SetTimerEx("Ranking", 40000, 0, "i", ++id % 2);
}
Tipo assim se nгo tive nenhum player com level 1 ou com 1 de dinheiro nгo vai mostra tipo Tб la o jogador com mais dinheiro online й %s ai no caso n vai mostra o nick pq ninguem tem 1 de level ou 1 de dinheiro?
Reply


Messages In This Thread
Uma Mensagem Por Vez - by BrGabrielBr - 01.04.2018, 22:13
Re: Uma Mensagem Por Vez - by Injury - 01.04.2018, 23:03
Re: Uma Mensagem Por Vez - by BrGabrielBr - 01.04.2018, 23:42
Re: Uma Mensagem Por Vez - by XandyMello - 02.04.2018, 06:48
Re: Uma Mensagem Por Vez - by BrGabrielBr - 02.04.2018, 16:15
Re: Uma Mensagem Por Vez - by FerrariL - 02.04.2018, 16:25
Re: Uma Mensagem Por Vez - by BrGabrielBr - 02.04.2018, 19:12
Re: Uma Mensagem Por Vez - by FerrariL - 02.04.2018, 19:50
Re: Uma Mensagem Por Vez - by Gguiz - 02.04.2018, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)