[Ajuda] Como fazer um Contador
#6

Sei que o @Cleyson ja te ajudou mas vou te deixar uma base simples.. se quer fazer um contador regressivo de 10 minutos .. basta vocк utilizar Timer como o @ipsLuan disse e manipular as variбveis que armazenam os dados..

PHP код:
new
    
TIMER,
    
MINUTOS 3,
    
SEGUNDOS 60
;
TIMER SetTimer("FuncTIMER"1000true);
forward FuncTIMER()
public 
FuncTIMER()
{
    if(
SEGUNDOS)
    {
        
SEGUNDOS--;
        if(
SEGUNDOS && MINUTOS 0)
        {
            
MINUTOS--;
            
SEGUNDOS 60;
        }
        if(
SEGUNDOS && MINUTOS == 0)
        {
            
KillTimer(TIMER);
        }
    }
    return 
1;

Reply


Messages In This Thread
Como fazer um Contador - by VinnyScript - 15.11.2016, 22:02
Re: Como fazer um Contador - by ipsLuan - 15.11.2016, 22:06
Re: Como fazer um Contador - by VinnyScript - 15.11.2016, 22:13
Re: Como fazer um Contador - by Cleyson - 15.11.2016, 22:26
Re: Como fazer um Contador - by VinnyScript - 15.11.2016, 22:35
Re: Como fazer um Contador - by Whoo - 15.11.2016, 22:52
Re: Como fazer um Contador - by VinnyScript - 15.11.2016, 23:05
Re: Como fazer um Contador - by ipsLuan - 15.11.2016, 23:20
Re: Como fazer um Contador - by VinnyScript - 15.11.2016, 23:23
Re: Como fazer um Contador - by ipsLuan - 15.11.2016, 23:34

Forum Jump:


Users browsing this thread: 3 Guest(s)